Skip to content

python boilerplate application following MVC pattern using flask micro framework

Notifications You must be signed in to change notification settings

chenchen-hci/flask-mvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://flask-mvc-salimane.herokuapp.com/

Dependencies :

git clone git://github.com/salimane/flask-mvc.git
cd flask-mvc
	if you have old version of project: pip uninstall -r requirements.txt
pip install -r requirements.txt

To run:

python runserver.py

Bitdeli Badge

About

python boilerplate application following MVC pattern using flask micro framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.7%
  • HTML 36.3%
  • CSS 23.0%