This is an ecommerce website built with Django. The website displays products. Users can add and remove products to/from their cart while also specifying the quantity of each item.
- pip install pipenv
- pipenv install pipfile
- pipenv shell
- python manage.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.