Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 599 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 599 Bytes

Appointments App

Demo app for displaying a list of appointments & allowing users to submit new ones.

Required programs needed in order to run this app:

  • Python 2.7
  • PIP
  • Flask
  • SQLAlchemy

Setup

(Assumes python & PIP installed before-hand)
$ sudo pip install -r requirements.txt

Run

To Run, simply type the following at the command line:

$ python app.py

And open web browser at localhost:5000