/flask-base

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

Primary LanguageHTMLMIT LicenseMIT

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.