docker-compose up --build
- Go
- Go Fiber
- Postgres
- Docker
- GET /auth - Check if the server is running.
- GET /auth/authenticated-user - Retrieve details of the authenticated user.
- POST /auth/register - Register a new user.
- POST /auth/login - Log in with credentials.
- POST /auth/logout - Log out the current user.