Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 186 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 186 Bytes

Sample Rest API using Falcon Framework with MySQL DB

Run Service

    $ gunicorn -b 127.0.0.1:8000 main:app

Test

    [GET] http://localhost:8000/apis/v1/tes