online furniture store
This project is an online store for selling home goods. It includes key features necessary for a modern e-commerce site.
Functionality:
Product catalog – convenient display of products with pagination support.
Cart – the ability to add products, including for unauthorized users.
Search – a quick product search system by keywords.
Registration and authentication – creating an account and logging into the system.
Order processing – the ability to view order details and complete the order.
Caching – using Redis to reduce server load and speed up site performance.
Testing – coverage of the main functionality with tests using pytest.
Technologies:
Backend: Django 4.2, Redis
Frontend: HTML, CSS, jQuery
Functionality:
Product catalog – convenient display of products with pagination support.
Cart – the ability to add products, including for unauthorized users.
Search – a quick product search system by keywords.
Registration and authentication – creating an account and logging into the system.
Order processing – the ability to view order details and complete the order.
Caching – using Redis to reduce server load and speed up site performance.
Testing – coverage of the main functionality with tests using pytest.
Technologies:
Backend: Django 4.2, Redis
Frontend: HTML, CSS, jQuery