3 Commits

Author SHA1 Message Date
Automated Action
dd56203785 Update code via agent code generation 2025-06-12 17:56:11 +00:00
Automated Action
be1a52976f Fix import of get_current_active_superuser in deps.py 2025-06-12 17:53:02 +00:00
Automated Action
b078a91dd3 Implement simple ecommerce API with FastAPI and SQLite
- Setup project structure and FastAPI application
- Create SQLAlchemy models for users, products, carts, and orders
- Implement Alembic migrations
- Add CRUD operations and endpoints for all resources
- Setup authentication with JWT
- Add role-based access control
- Update documentation
2025-06-12 17:15:18 +00:00