Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The Django Internet shop for selling laptops and accessories for them.

License

Notifications You must be signed in to change notification settings

Gubchik123/LapZone

Repository files navigation

Header image

Internet shop for selling laptops and accessories for them

Demo

Click here to open LapZone internet shop

Demo image

Project modules (production)

Django django-allauth django-ckeditor django-js-asset django-recaptcha3 psycopg2 python-dotenv pytz


Site structure

The system consists of the following main functional blocks:

  • Registration, authentication and authorization;
  • Guest functionality;
  • User functionality;
  • Admin functionality.

Project apps

  • Shop (for working with displaying product lists, product details, brands, etc.);
  • Customer (for working with user profiles and pages that are connected with them);
  • Cart (for working with a user's or guest's cart through sessions);
  • Order (for working with user orders and payments);
  • Mailing (for working with mailing).

Technology stack

  • Backend:
    • Python programming language;
    • Django framework with the following extensions:
      • django-allauth;
      • django-ckeditor;
      • django-recaptcha3.
    • PostgreSQL database (Django ORM);
  • Frontend:
    • HTML & CSS;
    • JavaScript;
    • Bootstrap 5.

License

LapZone is licensed under the MIT License.