All Projects → fgimian → flaskage

fgimian / flaskage

Licence: MIT License
Flaskage is a complete and carefully designed template for use with the Flask web framework.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to flaskage

Amber
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
Stars: ✭ 2,345 (+6413.89%)
Mutual labels:  web-framework, scaffolding
jekyll-skeleton
Scaffolding to start with a Jekyll website
Stars: ✭ 27 (-25%)
Mutual labels:  scaffolding
mojo.js
🦄 The Mojolicious real-time web framework for Node.js
Stars: ✭ 145 (+302.78%)
Mutual labels:  web-framework
flute
The Application Framework Built for Powerful, Secure features and add-ons
Stars: ✭ 14 (-61.11%)
Mutual labels:  web-framework
fast-sg
Fast-SG: An alignment-free algorithm for ultrafast scaffolding graph construction from short or long reads.
Stars: ✭ 22 (-38.89%)
Mutual labels:  scaffolding
altstack
Alpine.js, Laravel, and Tailwind. An alternative full-stack development solution.
Stars: ✭ 39 (+8.33%)
Mutual labels:  scaffolding
portals-pluto
Mirror of Apache Pluto
Stars: ✭ 24 (-33.33%)
Mutual labels:  web-framework
Navigation
一款基于 Workerman 的 PHP Web 开发框架。
Stars: ✭ 20 (-44.44%)
Mutual labels:  web-framework
Bukdu.jl
Bukdu 🌌 is a web development framework for Julia
Stars: ✭ 125 (+247.22%)
Mutual labels:  web-framework
tfstage
TFStage: TensorFlow Project Scaffolding
Stars: ✭ 64 (+77.78%)
Mutual labels:  scaffolding
nardis
A small web framework based on ASGI
Stars: ✭ 14 (-61.11%)
Mutual labels:  web-framework
baby-chrome
Get your scaffolded chrome extension project. No more copy-paste!
Stars: ✭ 13 (-63.89%)
Mutual labels:  scaffolding
geronimo-config
Apache Geronimo Config
Stars: ✭ 15 (-58.33%)
Mutual labels:  web-framework
klaravel
DEPRECATED Laravel control panel for developers, comes with integrated Scaffold generator, backups, logs, and embedde user guide.
Stars: ✭ 24 (-33.33%)
Mutual labels:  scaffolding
flame
Ruby web-framework
Stars: ✭ 43 (+19.44%)
Mutual labels:  web-framework
luvit-heart
A micro web framework for Luvit
Stars: ✭ 15 (-58.33%)
Mutual labels:  web-framework
laravel-livewire-ui
Laravel Livewire UI, Auth, & CRUD starter kit.
Stars: ✭ 92 (+155.56%)
Mutual labels:  scaffolding
shivneri
Component based MVC web framework based on fort architecture targeting good code structures, modularity & performance.
Stars: ✭ 21 (-41.67%)
Mutual labels:  web-framework
justgo
Skeleton for jump-starting a Go-powered microservice project with Docker and Go best-practices + easy code hot-reloading (for dev environments)!
Stars: ✭ 29 (-19.44%)
Mutual labels:  scaffolding
vuelectro
Bare minimum, simplistic, production ready scaffolding/build tool for developing with Electron and Vue.Js
Stars: ✭ 19 (-47.22%)
Mutual labels:  scaffolding

Flaskage

Build Status License

Please note that this project is a work in progress

Flaskage Logo

Artwork courtesy of Open Clip Art Library

Introduction

The Flaskage template attempts to bring together all the best packages and integrate them with Flask so you have a full stack MVC (or MTV) structure ready-to-use.

Flaskage takes a lot of inspiration from frameworks like Ruby on Rails, Play and Laravel and doesn’t attempt to re-create the Django way of working.

Quick Start

Install Flaskage in your virtualenv as follows:

pip install git+git://github.com/fgimian/flaskage.git

Create a new project:

flaskage new <project-name>

Start the development server and check out your new project:

cd <project-name>
./manage.py server

Refer to the documentation for further instruction.

Documentation

Please check out the Flaskage documentation at Read the Docs.

License

Flaskage is released under the MIT license. Please see the LICENSE file for more details.

TODO

CLI

  • Complete unit tests for the flaskage CLI tool
  • Consider a scaffolding command for BDD and Jade templates

Project Structure

  • Determine the best way to deal with symbolic link for Twitter Bootstrap fonts

Documentation

  • Complete writing documentation

Long-term goals are as follows

  • Generation of scaffolding including CRUD
  • Pluggable scaffolding modules
  • Ability to generate foreign keys and relationships via scaffolding
  • Consider supporting a Django-like directory layout
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].