Skip to content

captainhurst/nanobox-falcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Nanobox Build for Python 3 Falcon Applications that leverages admiralobvious's boilerplate.

A Python 3 boilerplate for the Falcon framework. Uses gunicorn as the WSGI HTTP server and meinheld as the gunicorn worker. It also uses Vyper for 12-factor.

Quick Start

$ git clone https://github.com/admiralobvious/falcon-boilerplate.git myapp
$ cd myapp
$ nanobox run
$ python run.py

To run the tests:

$ nose2 tests

For Local Development:

From inside a Nanobox terminal:

$ pip install -r dev_requirements.txt

About

A boilerplate for Falcon apps to build in Nanobox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages