Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 631 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 631 Bytes

Flasker - Definitely Minimal Flask Boilerplate

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.

Flasker GIF

Requirements

  • Having experience on Flask
  • Install dependencies from requirements.txt

A Little Bit of Details

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!