This is a Django-based RESTful API for an e-commerce application. It allows users to register, log in, and manage products, orders, and shopping carts. The API is secured using JSON Web Tokens (JWT) for authentication.
- User registration and authentication using JWT
- CRUD operations for products
- Order management
- Shopping cart management
- Integration with PostgreSQL database
- Django: Web framework for building the API
- Django Rest Framework (DRF): Toolkit for building Web APIs
- SQLite3: Relational database management system
- djangorestframework-simplejwt: Library for JWT authentication
- Python 3.6 or higher
git clone https://github.com/purneshkotian/ecommerce-api.git
cd ecommerce-api