/Shopping-Cart

Simple Shopping-Cart developed using Python 3 and django 2.0

Primary LanguagePython

Shopping-Cart

Made with Django.

A Shopping-Cart Developing using Python 3 and Django 2 framework. To get started:

  1. Clone the repo: https://github.com/govindgoel/Shopping-Cart.git
  2. Create a virtual env. using: virtualenv -p /usr/bin/python3 (-folder-name-)[Here the name is onlineshop]
  3. Activate the virtual env. using: source (-folder name-)/bin/activate
  4. Install Django and required dependencies from requirements.txt
  5. To start our (folder-name) project use:- django-admin startproject (folder-name) [Here it is ecommerce]
  6. Navigate to that folder.
  7. Then to run our development server run the following command: python manage.py runserver

Refer blog:- https://scproject04.blogspot.com