Commit graph

5 commits

Author SHA1 Message Date
Tiago Yamamoto
aaa304c256 feat: add test/coverage and build verification options to start.sh
- Option 7: Run tests with coverage (go test + vitest)
- Option 8: Verify build for backend, marketplace, and backoffice
- Also accessible via --test/-t and --build/-B CLI flags
2025-12-26 22:39:53 -03:00
Tiago Yamamoto
fd305c00a8 fix(marketplace): ensure auth token is set before initial requests 2025-12-26 17:24:57 -03:00
Tiago Yamamoto
632b35f6bb Update swagger route to /docs 2025-12-19 19:00:58 -03:00
Tiago Yamamoto
521c7f1377 fix(backend): update default port to 8214 and fix env loading 2025-12-18 10:39:42 -03:00
Tiago Yamamoto
4037ab6876 feat(backend): add root endpoint and update port to 8214
- Add GET / endpoint with SaveInMed API info
- Update PORT from 8080 to 8214 in .env.example
- Add start.sh interactive development script
- Script auto-installs dependencies when needed
2025-12-18 10:37:46 -03:00