Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
/ Flask-MVC Public archive

MVC template for Flask microframework with lightweight microservice tools.

License

Notifications You must be signed in to change notification settings

ArcArcaman/Flask-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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