Commit Graph

8 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 648448ebdc remodeling table models and migration to postgres 2025-08-23 09:16:37 +02:00
linmihigo fe2ccbe368 Update requirements.txt 2025-08-17 13:07:21 +00: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 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
linmihigo aa64491313 Add db & pydantic models + set up alembic 2025-06-02 08:18:12 +02:00