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
Copy file name to clipboardExpand all lines: README.md
+16-39Lines changed: 16 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,25 +60,6 @@ docker compose -f dev/docker-compose.yml up --build
60
60
### 5. Access the application
61
61
The API will be available at [http://localhost:8001](http://localhost:8002). You can access the API documentation at [http://localhost:8001/docs](http://localhost:8002/docs).
62
62
63
-
## API Endpoints
64
-
65
-
### User Authentication
66
-
-`POST /api/user/signup` - Register a new user
67
-
-`POST /api/user/login` - Login and receive JWT tokens
68
-
-`POST /api/user/logout` - Logout and revoke refresh token
0 commit comments