Flask-Chassis


Batteries included boilerplate
for REST APIs

Created by Mali Akmanalp / @makmanalp

Me

Mali Akmanalp

Mali Akmanalp
Platform / Data Engineer
@Custommade

Pain point

  • We use flask for REST APIs
  • Every time I start a new REST API, I do the exact same things over and over again.

All the time

  • Lay out project structure
  • Set up virtualenv and requirements
  • Hook up common modules

Flask-Chassis

Batteries included boilerplate template.

https://github.com/sawdustsoftware/flask-chassis

Demo

Classic backbone.js todo app

http://backbonejs.org/examples/todos/index.html https://github.com/malicustommade/todomvc_template

The End