- Node.js
- Django
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.
- I'd appreciate a star if you find this helpful.