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
.
In order to run this site, follow the instructions below:
-
Download the zip archive of this repository.
-
cd flask-demo
-
python run.py
-
Go to your favorite web browser and type in
http://localhost:5000/
. From there, you can access this app.
- Add example for setting up a database.
- Update css to Bootstrap 4.