Skip to content

Project for managing restaurant kitchen services, which improve the communication & rules between cooks on the kitchen. It consist with Cook, Dish & Dish Type

Notifications You must be signed in to change notification settings

lylakivan/restaurant-kitchen-service

Repository files navigation

Restaurant Kitchen Service

Django project for restaurant kitchen service

DB Structure

Check it out

Restaurant Kitchen Service deployed to Render

You can use the following login details

Username: admin

Password: gtb?M237

Installation

Pyhton3 should be already installed

git clone https://github.com/lylakivan/restaurant-kitchen-service
cd restaurant_kitchen_service
python3 -m venv venv
source venv/Script/activate
pip install -r requirements.txt
python manage.py runserver

Features

  1. DishType Management:
  • Easily manage and categorize dishes with the DishType table.
  • Add, edit, and delete dish types to organize the menu efficiently.
  1. Dish Management:
  • Create, update, and delete dishes with essential details such as name, description, and price.
  • Associate dishes with specific DishTypes.
  1. Cook Management:
  • Efficiently manage cooks with the Cook table.
  • Add, edit, and remove cooks responsible for preparing various dishes in the kitchen.

Loading Initial Data (Optional)

To load initial sample data into your database, you can use the following command:

python manage.py loaddata kitchen_db_data.json

Demo

About

Project for managing restaurant kitchen services, which improve the communication & rules between cooks on the kitchen. It consist with Cook, Dish & Dish Type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published