Skip to content

Menu Restaurant, shows all menus and allows CRUD operations in Python + Flask

Notifications You must be signed in to change notification settings

or73/restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Project - Python & Flask

Description

This is a project developed in Python & Flask, for a restaurant, to shows the menus and allows CRUD operations.

CRUD: Create, Read, Update & Delete

Repository Contents

All file for the GitHub pages site reside in the project folder:

Folder Contains
static All static data as: javascript (.js), style sheets (.css), and images (.png) files
templates All .html templates

Install

  1. Fork the project in a local folder in your computer.
  2. Run the app: open the Terminal, go to the folder in which the downloaded information is located, and use the following command:
    $ python restaurant.py

Language

Python 3

Restaurants DB Design

This app has been developed

The DataBase design is:

DB Design

Restaurant Table

Field Description
id unique key identifier
name restaurant name

Menu Item Table

Field Description
id unique key identifier
name item name
price item price
description item description
course categorize whether it is it is an appetizer, entree, dessert or beverage
restaurant_id foreign key, from restaurant id

About

Menu Restaurant, shows all menus and allows CRUD operations in Python + Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published