Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.