Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 808 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 808 Bytes

This is an Ecommerce Website built with django. Functionalities include Signup, Login, Store, Cart, OTP authentication using main, Razorpay integration.
To run this webapp run--
python -m venv ve
cd .\ve
scripts/activate/
cd..
pip install requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Here's some sample images-
Screenshot 2024-04-20 163200 Screenshot 2024-04-20 163004 Screenshot 2024-04-20 163128