/bolirplate

Primary LanguageJavaScriptMIT LicenseMIT

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