Skip to content

narenaryan/Falcon-REST-API-Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falcon-REST-API-Pattern

Massively scalable RESTFul API design with Falcon and PyPy

Please be sure that your virtual environment is faconenv PyPy interpreter.

$ source falconenv/bin/activate

Then run

(falconenv)$ pip install -r requirements.txt

Then serve app using gunicorn

(falconenv)$ gunicorn app:api

Now visit http://localhost:8000/notes/

to fetch notes using GET request.

About

Massively scalable RESTFul API design with Falcon and PyPy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages