Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/salimane/bottle-mvc

python boilerplate application following MVC pattern using bottle micro framework
https://github.com/salimane/bottle-mvc

bottle mvc

Last synced: 3 months ago
JSON representation

python boilerplate application following MVC pattern using bottle micro framework

Awesome Lists containing this project

README

        

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](https://d2weczhvl823v0.cloudfront.net/salimane/bottle-mvc/trend.png)](https://bitdeli.com/free "Bitdeli Badge")