- Python 3.11.2 or newer
- Node.js 14.16 LTS or newer (For Tailwind.CSS)
- Git
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 runserver1 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 againwhen running locally we need to change the backend urlRoot in constants.service
from the prod root to the dev rootusername: admin password: admin
dockerfile included within front and back directories
frontend address - https://genuine-gumption-477c34.netlify.app/