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-