Skip to content

metroruby/FastAPI-Books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Make demo for api via FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published