Commit Graph

4 Commits

Author SHA1 Message Date
linmihigo c086f64363 feat: implement complete CMT backend with API endpoints and test suite
- Add 7 core API endpoints: users, transactions, partners, products, inventory, payments, credit
- Implement role-based authentication (admin/write/read-only access)
- Add comprehensive database models with proper relationships
- Include full test coverage for all endpoints and business logic
- Set up Alembic migrations and Docker configuration
- Configure FastAPI app with CORS and database integration
2025-09-14 21:04:07 +02:00
linmihigo 49c813778b Updates:
- Restructure table models
- Remove React/Next.js frontend (in favor of HTMX)
2025-08-24 20:25:24 +02:00
linmihigo b0f9685a0a Chore: Pushing changes to migrate from windows/wsl to fedora 2025-07-25 21:27:16 +02:00
linmihigo e60489715a WIP: initial fastapi endpoint implementation
Client endpoint - GET & POST implemented
2025-06-08 23:17:58 +02:00