A python Flask starter project for getting started with new projects quickly. There is currently a single controller in a Flask blueprint with no tests.
This project is evolving over times, but the goals are pretty stable:
- Show how to integration test database queries and controllers.
- Show how database migrations using yoyo work.
- Show how Blueprints can encourage DDD practices.