Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 465 Bytes

README.rst

File metadata and controls

22 lines (14 loc) · 465 Bytes

A simple API for presentation at WCS workshop at SBB. The creaded YAML file is under the openapi_ folder

The implmentation use the _FastApi: https://fastapi.tiangolo.com/ framework which is fast&fun to work with.

Dependencies

  • fastapi >= 0.57.0
  • uvicorn >= 0.11.5
$ pip install -r requirements.txt

Run using uvicorn

$ uvicorn main:app --reload