/ecom-django

Primary LanguageJavaScript

Django Ecommerce

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.

installation

  • pip install pipenv
  • pipenv install pipfile
  • pipenv shell
  • python manage.py runserver

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.