The backend API for a tailors shop. It handles authentication, adding of customers measurements and orders.
- Using the API endpoints: A user can signup with email or google, logout, request OTP, add measurements, add orders to cart.
- Python : Base programming language for development
- Django Framework : Development framework used for the application
- DJango Restframework : Provides API development tools for easy API development
- SQLite Application relational databases for development and staging enviroments