Skip to content

ek178/MyStore.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Required Software

how to run - backend

1 Clone This Repo
2 cd MyStore.com/backend/
3 python -m venv env
4 .\env\Scripts\activate
5 pip install -r requirements.txt 
6 python manage.py runserver

how to run - frontend

1 Clone This Repo
2 cd MyStore.com/frontend/
3 npm install
4 npm start

in case npm install fails try running the command: 
npm config set legacy-peer-deps true 
before installing again

running locally - frontend

when running locally we need to change the backend urlRoot in constants.service
from the prod root to the dev root

Admin Credentials

username: admin password: admin

dockerfile included within front and back directories

Live Website

frontend address - https://genuine-gumption-477c34.netlify.app/

About

Full stack python project v1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors