merchant is a comprehensive e-commerce platform built on Django and React
- Python 3.9.5
- Django 3.2
- React 17
- Material-UI
cd backend
pip install -r requirements.txt
python manage.py collectstatic
- set your environment variables in .env file
cd frontend
npm install
python manage.py migrate
python manage.py runserver
npm start
for starting dev environmentnpm build
for building the project
Thank those who helped make this possible.