Skip to content

oscarmlage/falcon-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

falcon-test

Minimal instructions to run the project:

$ virtualenv falcon
$ falcon/bin/activate
(falcon) $ pip install -r requirements.txt
(falcon) $ gunicorn app:api --reload

Running the client:

$ falcon/bin/activate
(falcon) $ python client.py
Code: 200
Text: {"age": "Unknown", "name": "Oscar"}
...

About

Test with Falcon and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages