This project also has a UI design, which is available in this repository.
This project is the administrative interface for managing the e-commerce platform. It allows administrators to manage products.
- Full REST API project
- JWT Authentication system via Http-only cookies
- WebSocket support for real-time communication
- Documented API for better usability
- Hierarchy in product classes
- Modern EAV design
- Multi-language support
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/zariny/ecommerce.git cd ecommerce - If you have docker-compose you can run with only one command:
docker-compose up
- superuser email: root@email.com
- superuser password: root
- Or run project via manage.py locally:
pip install -r requirements.txt python sandbox/manage.py runserver
Read the license.


