/Menus

Web Server with CRUD functionality featuring restaurant menus, prices of items, and description.

Primary LanguagePython

Menus

Web Server Menu Application

This Application is supposed to do two things: (1) create a database (2) create a web server. Overall, the goal is to have a fully customizable database of three restaurants menus backed by a web server. The user should be able to Create Read Update and Delete (CRUD) the menus in the database similar to the functionality of a traditional sql database.

Requirements

  1. Sqlalchemy
  2. Python 2.7
  3. vagrant
  4. sqlite

How to Run