Skip to content
/ flask-base Public template

Base structure for a web application using the Flask micro-framework and the MVC software architecture pattern.

License

Notifications You must be signed in to change notification settings

leynier/flask-base

Repository files navigation

Build Status

Flask Base

Base structure for a web application using the Flask micro-framework and the MVC software architecture pattern.

Features

  • A base template with JQuery, Popper, Bootstrap and Fontawesome locally stored.
  • A main template with a Navbar, and some examples of menus.
  • Templates for errors (Error 403, 404 and 500).
  • A basic structure to implement the MVC software architecture pattern, in addition to avoiding cyclic references.
  • Use the ORM (Relational Object Mapper) SQLAlchemy using the Flask-SQLAlchemy extension.