This Project is basically a Shopping-Cart based on Django WebFramework
It has the following features:
- Sign in/up for user.
- You Can Sort Products based on Category.
- View Products of one Category at a time.
- Add/Delete/Update the product in cart.
- Calculate the Total Amount and then Checkout.
THe following instructions will help you out in setting up the development enviornment and running up the project on your local machine
- Clone the repo: https://github.com/govindgoel/Shopping-Cart.git
- Create a virtual env. using: virtualenv -p /usr/bin/python3 (-folder-name-)
- Activate the virtual env. using: source (-folder name-)/bin/activate
- Install Django and required dependencies from requirements.txt
- Navigate to the folder where manage.py is located
- Then to run our development server run the following command: python manage.py runserver
- Django
- Python
- HTML
- CSS
Refer blog:- https://scproject04.blogspot.com