Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdhutchins/flask-demo
A mobile-responsive demo flask website that includes a login page.
https://github.com/sdhutchins/flask-demo
app flask flask-app flask-application flask-demo html login python responsive
Last synced: 3 months ago
JSON representation
A mobile-responsive demo flask website that includes a login page.
- Host: GitHub
- URL: https://github.com/sdhutchins/flask-demo
- Owner: sdhutchins
- Created: 2017-10-16T04:50:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T04:30:11.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T20:06:44.039Z (almost 2 years ago)
- Topics: app, flask, flask-app, flask-application, flask-demo, html, login, python, responsive
- Language: CSS
- Homepage:
- Size: 206 KB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![This package is currently under development.](https://img.shields.io/badge/under-development-orange.svg)](https://github.com/sdhutchins/flask-demo)
# 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](https://github.com/sdhutchins/flask-demo/archive/master.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.