flask-demo icon indicating copy to clipboard operation
flask-demo copied to clipboard

A mobile-responsive demo flask website that includes a login page.

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.
  • [x] Update css to Bootstrap 4.