An E-commerce startup project using Django and Angular
- Clone the repository
pip install -r requirements.txt
python manage.py runserver
- Go to
http://127.0.0.1:8000/
- You can access the RestAPI from
http://127.0.0.1:8000/api/
- Product details Page
- Cart-Checkout Page
- Admin Panel:
- CRUD operations on Brands
- CRUD operations on Categories
- CRUD operations on Products
- Use TypeSense for search functionality