You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README with test instructions and setup guide
Add service description, environment setup step (copy test.env to .env),
testing section for unit and integration tests, and act usage instructions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+53-9Lines changed: 53 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# 👨💻 Simple Retro
2
2
3
+
Backend service for the Simple Retro website. This API provides endpoints for managing retrospectives, including creating and managing retrospective sessions, questions, answers, and real-time updates via WebSocket.
4
+
3
5
## 🔥 | Running the project
4
6
5
-
To run Simple Retro API, you need to have [Golang](https://go.dev/) in your machine. We recommend at least version 1.21.
7
+
To run Simple Retro API, you need to have [Golang](https://go.dev/) in your machine
0 commit comments