A high-performance and modern API built with FastAPI design to manage core online retail operations
Router based modular architecture
Backend Framework: FASTAPI
Server: Uvicorn
Routing and Request Handling: Pydantics
Database Layer: SQLAlchemy
Authentication: Oauth2, JWT
Deployment: Render
API Tool: Swagger
To start the server, use Uvicorn:
uvicorn main:app --reload