josuesasilva / flask-mvc

python boilerplate application following MVC pattern using flask micro framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple boilerplate application following the MVC pattern using Flask micro python framework. It basically here to be my base skeleton for new python web applications

Demo : http://cold-leaf-6227.herokuapp.com/

Dependencies :

git clone git://github.com/salimane/flask-mvc.git
cd flask-mvc
pip install -r requirements.txt

To run:

python runserver.py

About

python boilerplate application following MVC pattern using flask micro framework