parmarjh / bolirplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django E-commerce

This is a very simple e-commerce website built with Django.

Running this project

To get this project up and running you should start by having Python installed on your computer. Create a virtual environment to store your projects dependencies separately.Next activate it with this command:

pipenv shell

Then install the project dependencies with

pipenv install -r requirements.txt

Now you can run the project with this command

python manage.py runserver

About

License:MIT License


Languages

Language:JavaScript 63.1%Language:CSS 29.2%Language:SCSS 6.8%Language:HTML 0.6%Language:Python 0.3%