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