https://github.com/supreetvajjarmatti/Ecommerce-Website
Instructions
- Install the Requirements: pip install -r requirements.txt
- Then, make database migrations: python manage.py makemigrations
- python manage.py migrate
- And finally, run the application: python manage.py runserver
For Admin Account, please create one with superuser!: python manage.py createsuperuser
run on IP: http://127.0.0.1:8000/