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: about 2 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-31T10:45:34.000Z (almost 12 years ago)
- Last Synced: 2025-03-25T04:20:13.524Z (3 months ago)
- Topics: bottle, mvc
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 86
- Watchers: 9
- 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
[](https://bitdeli.com/free "Bitdeli Badge")