my own micro boilerplate for Flask
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
$ 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
manlio [email protected]