A simple E-commerce shop made with Django and Bulma

A Simple E-Commerce app made with Django

Instructions

Make sure you have python installed

Step 1. Open a terminal

Step 2. Paste the given code in the terminal

git clone https://github.com/foxy4096/Interiorshop

Step 3. Now type this in the terminal

Step 4. Now paste this in the terminal

python -m venv env
# and 
.envScriptsactivate
or for *nix system
source .envScriptsactivate
#and then type
pip install -r requirements.txt

Step 5. Now type