◐ Shell
clean mode source ↗

GitHub - StevenLudwig/Falcon-REST-API-Pattern: Massively scalable RESTFul API design with Falcon and PyPy

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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.

Languages

  • Python 99.9%
  • Other 0.1%