Skip to content
- The backend API is currently exposed on Railway for testing and recruiter validation.
- This documentation treats Railway as the active execution context for public API checks.
GET /health returns 200 with status: ok.
- Protected routes under
/api/v1 are reachable with a valid Bearer token.
- Core flow works end to end: register/login, wallet, category, transaction, dashboard.
- Railway is the current testing surface.
- Final production hosting topology may change after frontend and backend are fully integrated.