Skip to content
This repository has been archived by the owner on Mar 10, 2018. It is now read-only.

doomspork/flask_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Flask App

Basic Flask and Bootstrap application

Steps to run

  1. Clone the repository:
$ git clone git@github.com:doomspork/flask_example.git
  1. Install dependencies:
$ cd flask_example
$ pip install -r requirements.txt
  1. Verify tests pass:
$ python test.py
  1. Run application:
$ python app.py
  1. Visit at http://localhost:5000

Made with ❤️ in Vim.

About

A very simple Flask and Bootstrap example application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published