Tiago Yamamoto
ee5a680468
Add missing CRUD routes: Companies GET by ID, Support Tickets
2025-12-26 10:20:38 -03:00
Tiago Yamamoto
d61b4db69a
Regenerate Swagger docs with DeleteApplication route
2025-12-26 10:15:31 -03:00
Tiago Yamamoto
72174b5232
docs(backend): update Swagger annotations for admin and core handlers
2025-12-24 00:45:48 -03:00
Tiago Yamamoto
9c17a7a15a
Add paginated users listing
2025-12-22 16:43:54 -03:00
Tiago Yamamoto
d369835999
fix(docs): update swagger annotations with /api/v1 prefix
2025-12-15 13:46:51 -03:00
Tiago Yamamoto
0a69406b31
feat(config): enable dynamic API host configuration via env var
2025-12-15 10:55:16 -03:00
Tiago Yamamoto
1caeb72d7c
chore: update env example and fix swagger host port
2025-12-15 10:44:28 -03:00
Tiago Yamamoto
bff8012291
Add swagger docs for applications and storage
2025-12-14 17:10:42 -03:00
Tiago Yamamoto
65eca07c8f
Expose job endpoints in Swagger docs
2025-12-14 16:40:29 -03:00
Tiago Yamamoto
dc1a63a3fc
fix: correct swagger.json host port to 8521
2025-12-14 09:42:31 -03:00
Tiago Yamamoto
703e651daa
docs: update swagger.json with Jobs endpoints and fix README
...
- Add Jobs endpoints to swagger.json manually (/jobs GET, POST, /jobs/{id} GET, PUT, DELETE)
- Update README.md Swagger URL from /swagger/ to /docs/
- Add production URL: https://api-dev.gohorsejobs.com/docs/index.html
- Expand endpoints table with all available routes
- Fix port from 8080 to 8521
2025-12-14 09:31:28 -03:00
Tiago Yamamoto
18ac6d74f0
chore: update port configuration to avoid conflicts
...
Port Configuration:
- Backend: 8521 (was 8080/8158)
- Frontend: 8963 (was 3000)
Files updated:
- backend/.env.example: updated PORT and CORS_ORIGINS
- frontend/src/lib/auth.ts: API_URL default to 8521
- frontend/src/lib/api.ts: API_URL default to 8521
- frontend/src/lib/storage.ts: API_URL default to 8521
- run_dev.sh: added port flags and service info display
Usage:
./run_dev.sh
# Backend: http://localhost:8521
# Frontend: http://localhost:8963
2025-12-11 17:06:37 -03:00
Tiago Yamamoto
1c7ef95c1a
first commit
2025-12-09 19:04:48 -03:00