flask-demo
flask-demo copied to clipboard
A mobile-responsive demo flask website that includes a login page.
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:
-
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.
ToDo
- [ ] Add example for setting up a database.
- [x] Update css to Bootstrap 4.