Skip to content

elioschmutz/restaurant_manager

Repository files navigation

Restaurant Menu Manager

This is an example flask application to demonstrate how to use flask.

With this application you can:

  • Add/edit/remove restaurants
  • Add/edit/remove menu-items for each restaurant

Warning: This is just an example. There is no input/output sanitize or validation.

Installation

Install the dependencies:

pip install -r requirements.txt

Setup the SQLite-DB with example content:

python database_setup_with_example_data.py

Then start your flask-application server:

python server.py

Example

Example

About

Store menus for different restaurants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published