Flask Template
This is a flask template for engineers coming from a Rails background.
Features I Want
- Easy project setup script (bin/setup)
- Environment loading from .env, and .env.local (or something equally easy to maintain)
- Direnv integration
- Blueprints for a large app design (eventually)
- Postgres/SQlAlchemy support
- Easy migrations
- Pytest support
- Easy way to write scripts