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
(Assumes python & PIP installed before-hand)
$ sudo pip install -r requirements.txt
To Run, simply type the following at the command line:
$ python app.py
And open web browser at localhost:5000