flatcoke / flask-structure

This is a large project structure for flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadMe

This repository has a structure of how a large flask application should look like.

It's a sample code base for ideas discussed over https://www.digitalocean.com/community/tutorials/how-to-structure-large-flask-applications

To setup dev environment

$ virtualenv env
$ . env/bin/activate
$ pip install -r requirements.txt

=======

Test

$ python manager.py test

Run

$ python manager.py upgrade
$ python manager.py seed
$ python manager.py runserver

localhost:5000/users

localhost:5000/users/1

About

This is a large project structure for flask


Languages

Language:Python 87.1%Language:HTML 9.9%Language:Mako 1.6%Language:Dockerfile 1.3%