bottle-mvc icon indicating copy to clipboard operation
bottle-mvc copied to clipboard

python boilerplate application following MVC pattern using bottle micro framework

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

Demo : http://bottle-mvc-salimane.herokuapp.com

Dependencies :

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

To run:

python runserver.py

Bitdeli Badge