Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leynier/flask-base

Base structure for a web application using the Flask micro-framework and the MVC software architecture pattern.
https://github.com/leynier/flask-base

base-structure bootstrap flask flask-cors flask-shell-ipython flask-sqlalchemy font-awesome jquery mvc popper

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/leynier/flask-base.svg?branch=master)](https://travis-ci.org/leynier/flask-base)

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.