nimitbhargava / restaurants-menu

Restaurants information using Python HTTP server, and SQLAlchemy and no framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant Menu

Objective of this repo is to demonstrate the CRUD ability of the Python Web Server.

User can

  • Add new restaurants
  • Edit restaurant name
  • Delete restaurant
  • View all the restaurants

Run

To run the project -

  1. Create the database by python database_setup.py on your terminal (please make sure you have Python 2.5+ installed for your machine)
  2. Run Python Web Server by python webserver.py on terminal.

About

Restaurants information using Python HTTP server, and SQLAlchemy and no framework


Languages

Language:Python 100.0%