Get Started in 5 Steps
Follow this guide to set up the API locally and make your first request.Install Dependencies
Install Python 3.10+ and required system packages:Install Python dependencies:
Ubuntu/Debian
Configure Environment
Copy the example environment file and configure your settings:Update the
.env file with your database credentials:.env
Start the API Server
Run the application using Gunicorn:The API will be available at
http://localhost:8001Next Steps
Now that you have the API running, explore these key features:Authentication
Learn how to authenticate users and secure API requests
API Reference
Explore all available endpoints and their usage
Architecture
Understand the system architecture and design patterns
Deployment
Deploy the API to production with Docker
Common Operations
Register a New User
Register a New User
Login and Get Token
Login and Get Token
Add Item to Cart
Add Item to Cart
Create an Order
Create an Order
For detailed endpoint documentation, see the API Reference section.