Django project for managing a kitchen and its resources. The project allows you to organize dishes, ingredients and cooks, simplifying the workflow.
Kitchen Service project deployed to Render
You can log in to the application using the following test account:
- Username: user
- Password: user12345
git clone https://github.com/borunov65/kitchen-service
cd kitchen-service
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver # starts Django ServerCan perform the following functions:
- User authentication (login/register).
- CRUD operations for: Dish types, Dishes, Ingredients, Cooks.
- Search and filter by dish name or cooks name.
- Assign cooks to dishes.
- Intuitive interface based on Bootstrap.
