All Projects → salimane → Bottle Mvc

salimane / Bottle Mvc

python boilerplate application following MVC pattern using bottle micro framework

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Bottle Mvc

Epitome
Epitome is a MVC* (MVP) framework for MooTools.
Stars: ✭ 51 (-40%)
Mutual labels:  mvc
Java Mvc Swing Monopoly
模仿大富翁游戏,使用Java Swing (GUI) 实现的单机游戏,遵循MVC设计模式。Created in Java. Using GUI developed with Swing, with a MVC design pattern.
Stars: ✭ 67 (-21.18%)
Mutual labels:  mvc
Recipes
🍣Making Recipes iOS app
Stars: ✭ 77 (-9.41%)
Mutual labels:  mvc
Eva
🐳🐬Eva : 优雅,简约的完整博客项目 [前后端] (Eva: A concise, simple Blog Project. [FD/BD]) 🐋
Stars: ✭ 57 (-32.94%)
Mutual labels:  mvc
Ouzo
Ouzo Framework - PHP MVC ORM
Stars: ✭ 66 (-22.35%)
Mutual labels:  mvc
Yishaadmin
基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观。演示版 http://106.14.124.170/admin
Stars: ✭ 1,186 (+1295.29%)
Mutual labels:  mvc
Danvic.psu
This is my graduation project of dotnet core version
Stars: ✭ 46 (-45.88%)
Mutual labels:  mvc
Swift Design Patterns
🚀 The ultimate collection of various Software Design Patterns implemented in Swift [Swift 5.0, 28 Patterns].
Stars: ✭ 85 (+0%)
Mutual labels:  mvc
Ale
✌️a Flexible and fast JavaScript view framework
Stars: ✭ 67 (-21.18%)
Mutual labels:  mvc
Bancha
Bancha is an open-source CMS made by Nicholas Valbusa written in PHP5.3.
Stars: ✭ 76 (-10.59%)
Mutual labels:  mvc
Flexicms
Flexible site management system Flexi CMS
Stars: ✭ 61 (-28.24%)
Mutual labels:  mvc
Cakephp
CakePHP: The Rapid Development Framework for PHP - Official Repository
Stars: ✭ 8,453 (+9844.71%)
Mutual labels:  mvc
Expense App
Tutorial para crear una aplicación web completa en PHP y MySQL donde combinamos sesiones, login, password hashes, CRUD, MVC
Stars: ✭ 70 (-17.65%)
Mutual labels:  mvc
Less.js
a Node.js MVC framework based on Koa.js. 基于 Koa.js 的 Node.js MVC 框架。
Stars: ✭ 53 (-37.65%)
Mutual labels:  mvc
Kales
Kotlin on Rails
Stars: ✭ 78 (-8.24%)
Mutual labels:  mvc
Bast
Simple but Elegant Web Framework
Stars: ✭ 49 (-42.35%)
Mutual labels:  mvc
Portalcms
Portal CMS is a fully featured content management system with a powerful integrated page builder. It is designed for .NET Developers to extend into a bespoke website
Stars: ✭ 69 (-18.82%)
Mutual labels:  mvc
Pixpic
PixPic, a Photo Editing App
Stars: ✭ 1,261 (+1383.53%)
Mutual labels:  mvc
Butterfly
🔥 蝴蝶--【简单】【稳定】【好用】的 Python web 框架🦋 除 Python 2.7,无其他依赖; 🦋 butterfly 是一个 RPC 风格 web 框架,同时也是微服务框架,自带消息队列通信机制实现分布式
Stars: ✭ 82 (-3.53%)
Mutual labels:  mvc
Genie.jl
The highly productive Julia web framework
Stars: ✭ 1,198 (+1309.41%)
Mutual labels:  mvc

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].