Skip to content

Felix-Tr/fastapi-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastapi Test

The repository is a fastapi test with a simple dockerization.

To build the container run:

sudo docker build -t fastapi ./

sudo docker run -d --name fastapi-test -p 80:80 fastapi

now the integer to string endpoint should be accessible via http://127.0.0.1/convert/, for details on the json body see http://127.0.0.1/docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published