It's a fullstack web Ecommerce project which has a separate backend with
djangodashboard , and a cool frontend UI made withreact.js, currently this just serves as a Shoes/Sneakers shop, but you can use it for any purpose you want.
-
go to your terminal
git clone https://github.com/Black-league/react-django-ecommerce.git -
go inside the react-django-ecommerce/rde-backend/ directory then run
pip install -r requirements.txt -
go inside the react-django-ecommerce/rde-backend/Src/rdebe/ directory and run
python manage.py runserverIt will initialize the
djangoserver. To know more follow the Django Docs -
go inside the react-django-ecommerce/rde-frontend/ directory then run
or for yarn users
npm installyarn installIt will install the required
node_modules. To know more follow the NodeJS Docs and npm Docs -
go inside the react-django-ecommerce/rde-frontend/ directory then run
or for yarn users
npm startyarn startIt will start the
ReactApplication. To know more follow the ReactJS Docs
You can contribute to improve this project by:
- edit the code
- creating a pull request
- submitting new ideas / features suggestions
- reporting a bug




