##A web server implementation to handle all of the CRUD operations using SQLAlchemy.
**'restaurantmenu.db' is a database of some menus for different restaurants.
**You can populate some data inside this database by running 'python lotsofmenus.py'
**You can run the web server using 'python webserver.py'