guangyuzhang / Falcon-REST-API-Pattern

Massively scalable RESTFul API design with Falcon and PyPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 99.9%Language:Shell 0.1%Language:Groff 0.0%