Commit Graph

3 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 4c42769d68 Chore:
- Update README.md
- Update config to use postgresql
- Add .vscode/settings.json
2025-08-17 12:29:24 +00:00
linmihigo e60489715a WIP: initial fastapi endpoint implementation
Client endpoint - GET & POST implemented
2025-06-08 23:17:58 +02:00