first commit
All checks were successful
CI / backend (push) Successful in 13m19s
CI / frontend (push) Successful in 11m3s
CI / docker (push) Successful in 1m58s

This commit is contained in:
Cauê Faleiros
2026-06-03 16:31:42 -03:00
commit 8c7e5fbbe4
92 changed files with 18226 additions and 0 deletions

19
docs/api.md Normal file
View File

@@ -0,0 +1,19 @@
# API Notes
Base path: `/api/v1`.
Current scaffold routes:
- `GET /healthz`
- `GET /readyz`
- `POST /api/v1/auth/login`
- `POST /api/v1/auth/logout`
- `POST /api/v1/auth/refresh`
- `GET /api/v1/users`
- `POST /api/v1/users/invitations`
- `GET /api/v1/clients`
- `POST /api/v1/clients`
- `GET /api/v1/clients/:clientId`
- `PATCH /api/v1/clients/:clientId`
- `GET /api/v1/calendar/week`
- `GET /api/v1/calendar/holidays?year=2026`