4 Commits

Author SHA1 Message Date
Automated Action
c2506a9e3f Fix Alembic migration error by adding project root to Python path and updating Pydantic config
- Added project root directory to Python path in alembic/env.py
- Updated Pydantic Settings class to use ClassVar typing for DB_DIR
- Updated Config class to new Pydantic v2 model_config format

generated with BackendIM... (backend.im)
2025-05-12 12:36:07 +00:00
Automated Action
abc7a8572f Update FastAPI to version compatible with Pydantic 2.1.1 2025-05-12 12:28:54 +00:00
Automated Action
609e7fb237 Implement retail management and payment API with FastAPI
This API provides endpoints for:
- Product and inventory management
- Customer management
- Order processing
- Payment processing with Stripe integration
- User authentication

generated with BackendIM... (backend.im)
2025-05-12 12:00:19 +00:00
Automated Action
16f8e726bf Initial commit from template 2025-05-12 11:53:07 +00:00