Browse the live website at https://mursaleen.pythonanywhere.com/
git clone https://github.com/hmursaleen/online_marketplace
pip install -r requirements.txt
python -m venv virtual_environment_name
virtual_environment_name\Scripts\activate
cd ecommerce
py manage.py makemigrations
py manage.py migrate
py manage.py runserver