Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.6 KB

README.md

File metadata and controls

69 lines (48 loc) · 1.6 KB

Ecommerce

Ecommerce app made up using django and Reactjs

Snapshots

Register

Register

Login

Login

Profile

Profile

HomePage

HomePage

Pagination

Pagination

Product Detail

Product Detail

Cart

Cart

Order

Order

Order History

Order History

Prerequisite

  • Node.js
  • Django

Setup Locally

git clone https://github.com/Accel-Byte/Ecommerce.git
cd Ecommerce
python -m venv venv
pip install -r requirements.txt
python manage.py runserver

🎉 And that's it! You will now be able to visit http://localhost:3000/ URL and see your application up and running.

Thanks

  • I'd appreciate a star if you find this helpful.

License

MIT