2 Commits
Author SHA1 Message Date
furyhawk dc4ed7c48d feat: add user management API with CRUD operations
- Implemented SQLAlchemy ORM models for User with role-based access control.
- Created API routes for user creation, retrieval, updating, and listing.
- Added input and output schemas for user data handling.
- Included session management for users.
2026-06-12 21:08:28 +08:00
furyhawk 52dcd97728 feat: enhance health check endpoint to report API, database, and cache status; add standalone session for health checks 2026-06-12 20:39:10 +08:00