This repository contains a Django application for managing orders and customization of products. The application provides a REST API that allows managers to customize products and order statuses, while customers can place orders, customize their orders, and view order details.
- Python 3.10.11
- docker-compose
pip install virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt
make run-server
make run-tests
make run-flake8
make formater