Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/govindgoel/project-cart
https://github.com/govindgoel/project-cart
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/govindgoel/project-cart
- Owner: govindgoel
- Created: 2019-12-23T19:33:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T05:07:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T16:13:27.297Z (over 1 year ago)
- Language: Python
- Size: 712 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview Of the Project
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.
Getting Started
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
Shopping Cart Home Page
Sign In
Sign Up
Product Details
Cart Overview
Developed Using:
- Django
- Python
- HTML
- CSS
Refer blog:- https://scproject04.blogspot.com