Skip to content

oilnam/flask-micro-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask micro boilerplate

my own micro boilerplate for Flask

Overview

I wanted a as-simple-as-it-gets, no-clutter boilerplate for Flask and this is what I came up with. It ships with:

  • SQLAchemy (with Sqlite)
  • Flask-Testing (test cases are in tests.py)
  • Pure CSS and JQuery

Install and Running

$ git clone https://github.com/oilnam/flask-micro-boilerplate.git
$ cd flask-micro-boilerplate
$ pip install -r requirements.txt
$ python tests.py
$ python run.py

Authors

manlio [email protected]

About

my own micro-boilerplate for Flask apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published