Skip to content

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

Notifications You must be signed in to change notification settings

JoeCostanzo/appointments-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published