Skip to content

carlos-ventura/fibonnaci-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fibonacci REST JSON API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages