ArcArcaman / Flask-MVC

MVC template for Flask microframework with lightweight microservice tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-MVC

NOTICE: There will be no more support and updates for this project. Please contact the developer if you would like to take up this project.

MVC template for python Flask microframework with lightweight microservice tools.

Flask microframework is a very powerful server framework but it gets messy when files are placed in one python file. In Flask-MVC, we create simple configurations and and provide organized structure to ease and systemize the Flask project you are making. We based on the popular MVC pattern to organize our files.

Flask-MVC also provides a simple microservice architecture tools which allow you to use names to reference a specific IP and Port. (Docker and Kubernetes maybe included in future improvement.)

Installation

Simply clone the project with git to begin.

git clone https://github.com/ArcArcaman/Flask-MVC.git

About

MVC template for Flask microframework with lightweight microservice tools.

License:MIT License


Languages

Language:Python 93.9%Language:HTML 5.3%Language:CSS 0.8%