A simple boilerplate application structured following the MVC pattern using Bottle micro python framework.
based on Salimane Bottle MVC Example
Dependencies :
git clone git://github.com/salimane/bottle-mvc.git
cd bottle-mvc
pip install -r requirements.txt
To run:
python runserver.py
