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.
- Host: GitHub
- URL: https://github.com/leynier/flask-base
- Owner: leynier
- License: mit
- Created: 2019-05-15T03:29:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T00:04:54.000Z (about 3 years ago)
- Last Synced: 2025-03-07T00:42:01.870Z (about 1 month 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: 1
- 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
[](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.