Skip to content

praveenguduri/domain-docs-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Github Repo is to maintain the documents/artifacts for the data domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.2%
  • HTML 9.9%
  • Mako 1.6%
  • Dockerfile 1.3%