Skip to content

sdhutchins/flask-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is currently under development.

flask-demo

This is a demo flask website that includes a login page.

In order to log in, the username is admin and the password is admin.

Running this site locally

In order to run this site, follow the instructions below:

  1. Download the zip archive of this repository.

  2. cd flask-demo

  3. python run.py

  4. Go to your favorite web browser and type in http://localhost:5000/. From there, you can access this app.

ToDo

  • Add example for setting up a database.
  • Update css to Bootstrap 4.