Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 260 Bytes

File metadata and controls

21 lines (17 loc) · 260 Bytes

GitHub Api: implementation with fastapi

build image

sudo docker-compose build

run api

sudo docker-compose up

swagger doc

http://0.0.0.0:8000/docs

run unit test

sudo docker-compose run vendors pytest