Skip to content

E-commerce store built with Django and Bootstrap, featuring functionalities such as password recovery, auto-login, wishlist, and more.

Notifications You must be signed in to change notification settings

Inexpli/eCommerce-Store

Repository files navigation

Ecommerce Store

Installation

1. git clone https://github.com/Inexpli/eCommerce-Store
2. python -m venv ./venv
3. Activate
4. pip install -r requirements.txt
5. py manage.py makemigrations
6. py manage.py migrate
7. py manage.py runserver

Libraries:

  • asgiref==3.4.1
  • autopep8==1.5.7
  • certifi==2021.5.30
  • charset-normalizer==2.0.4
  • Django==3.2.5
  • django-countries==7.2.1
  • django-crispy-forms==1.12.0
  • idna==3.2
  • isort==5.9.2
  • optional-django==0.1.0
  • Pillow==8.3.1
  • pycodestyle==2.7.0
  • pytz==2021.1
  • requests==2.26.0
  • six==1.16.0
  • sqlparse==0.4.1
  • stripe==2.60.0
  • toml==0.10.2
  • typing-extensions==3.10.0.0
  • urllib3==1.26.6

Front End:

  • Bootstrap (v4.5.0)

Back END:

  • SQLite3

Time considered in WebApplication:

  • UTC

umldiagram home products item basket wishlist dashboard account register login password-reset

About

E-commerce store built with Django and Bootstrap, featuring functionalities such as password recovery, auto-login, wishlist, and more.

Topics

Resources

Stars

Watchers

Forks