A clothing e-commerce API built with FastAPI, following Clean Architecture principles and Domain-Driven Design (DDD). It includes JWT authentication, user management, products, shopping cart, orders, and simulated payments, with role-based access control and a suite of automated tests.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
feat: implement user authentication, cart management, order processing, and product management routes
ccedb36View on GitHubfeat: implement core application schemas and services for user authentication, cart management, order processing, and payment handling
3bc8801View on GitHubbuild: add initial project structure with configuration, database, and core components
e2c20e5View on GitHub