Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 522 Bytes

README.markdown

File metadata and controls

18 lines (10 loc) · 522 Bytes

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