/python-Shopify-web-app

Django + React ecommerce platform

Primary LanguagePython

python-Shopify-web-app

an online clothes shopping website using : Django in the backend React semantic UI in the fronted, and rest API

gtd.Ecommerce

to run the app locally you need to install virtualenv on your computer

cd to-project-folder

source env/bin/activate

python manage.py runserver

cd to-src-eact-folder

npm i

npm start