/flask_boilerplate

Flask is a micro framework it does not enforce any particular directory structure, but sometimes it becomes difficult/time consuming to figure out how to properly maintain a Flask project or even multiple projects. As the name suggests, this is flask boilerplate, which can be used to kick start a project with zero or little modifications if the project demands. I have been using this structure in few projects and they are working well for me and my team at least. It is kind of a nano framework on its own :D. I made it public to see how it works for others.

Watchers