This is a Flask boilerplate good for starting a new project from scratch quickly. It is minimal enough that developers are given enough flexibility to develop the app right now without spending more time on understand how to start developing.
- Having experience on Flask
- Install dependencies from requirements.txt
This boilerplate has complete set of what minimal web app should have: webpages, routes, forms, and models. It comes with a sample template so you can run run.sh and check around first!