This is an e-commerce store designed for someone with the permission to make the code public.
- Django/Python
- HTML
- CSS
- Bootstrap
To setup, you'll probably need a virtual environment
python -m venv venv
Next you'll need to install the dependencies
pip install -r requirements.txt
You'll also probably need to run the server to start the application
python manage.py runserver