- Notifications
You must be signed in to change notification settings - Fork0
The Django Internet shop for selling laptops and accessories for them.
License
NotificationsYou must be signed in to change notification settings
Gubchik123/LapZone
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Internet shop for selling laptops and accessories for them
Clickhere to open LapZone internet shop
The system consists of the following main functional blocks:
- Registration, authentication and authorization;
- Guest functionality;
- User functionality;
- Admin functionality.
- 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).
- 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.
LapZone is licensed under theMIT License.
About
The Django Internet shop for selling laptops and accessories for them.