Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 243 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 243 Bytes

API books via FastAPI

How to use

Make container

docker build -t books:latest .
docker run -p 8000:8000 [img_id]:[tag]

or

docker-compose up --build

Document for api

http://localhost:8000/docs

Test commit