DEMO LINK : https://www.youtube.com/watch?v=zn1had74EOo&ab_channel=souravjha
Follow these instructions to setup this project in your local.
Step 1) Install python. (you can download it from https://www.python.org/downloads/)
step 2) create virtual environment: (https://python-guide-cn.readthedocs.io/en/latest/dev/virtualenvs.html)
step 3) activate virtual environment
step 4) clone this repository by running git clone https://github.com/souravjha1111/shopify.git or Download and unzip.
Step 5) cd into spotify directory, run: pip install -r requirements.txt this will install required dependencies.
-
run Following commands python manage.py makemigrations python manage.py migrate python manage.py makemigrations
-
Now run server by using python manage.py runserver 8080
-
open web browser and goto http://127.0.0.1:8080/
Now browse the project in your browser.