Skip to content

A project for management in which chefs can create new dishes and dish types, and specify the cooks who are responsible for preparing each dish.

Notifications You must be signed in to change notification settings

Vlad1slavo/restaurant_kitchen_service

Repository files navigation

250

Restaurant kitchen service manager

Kitchen Manager who ensures that the food is supervised and distributed to the team members.

Check it out

Restaurant kitchen service project deployed to Render

You may use such credentials:

Username: TestUser
Password: pass4X0F2G%4DplF0word

Installing / Getting started

Python3 must be already installed

git clone [email protected]:Vlad1slavo/restaurant_kitchen_service.git
cd restaurant_kitchen_service
python -m venv venv
Windows: venv\Scripts\activate
Linux, Unix: source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver

Features

  • Registered users can track the number of their visits the main page of the project.
  • Unregistered user does not have access to view website pages.
  • Registered users can create, update and delete Dishes, Dish types, Ingredients and Cookers.
  • Registered user can add himself to the Dish and delete from it.
  • Users can use the search form on Dishes, Dish types, Ingredients and Cookers pages.

DB Structure

DB_structure

Home-page example

Home-page

About

A project for management in which chefs can create new dishes and dish types, and specify the cooks who are responsible for preparing each dish.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published