Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/salimane/bottle-mvc
- Owner: salimane
- Created: 2011-11-22T08:51:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-31T10:45:34.000Z (over 11 years ago)
- Last Synced: 2024-04-15T02:53:59.288Z (10 months ago)
- Topics: bottle, mvc
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 88
- Watchers: 10
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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 applicationsDemo : http://bottle-mvc-salimane.herokuapp.com
Dependencies :
git clone git://github.com/salimane/bottle-mvc.git
cd bottle-mvc
pip install -r requirements.txtTo run:
python runserver.py
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/salimane/bottle-mvc/trend.png)](https://bitdeli.com/free "Bitdeli Badge")