Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 327 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 327 Bytes

fibonacci-rest-api

Fibonacci REST JSON API

Preconditions:

  • Python 3

Run local

Install dependencies

pip install -r requirements.txt

Run server

uvicorn app.main:app --reload

Run test

pytest 

API documentation (provided by Swagger UI)

http://127.0.0.1:8000/docs