Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days ago
JSON representation
Base structure for a web application using the Flask micro-framework and the MVC software architecture pattern.
- Host: GitHub
- URL: https://github.com/leynier/flask-base
- Owner: leynier
- License: mit
- Created: 2019-05-15T03:29:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T00:04:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T01:50:18.397Z (27 days ago)
- Topics: base-structure, bootstrap, flask, flask-cors, flask-shell-ipython, flask-sqlalchemy, font-awesome, jquery, mvc, popper
- Language: HTML
- Size: 525 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- cuban-opensource - flask-base - framework and the MVC software architecture pattern. (Web Development / Python)
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.