- This an implementation of e-commerce web in django
- Database used: SQLITE
- Project directory: main
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
Go to localhost:8000/
to see the web