Skip to content

Latest commit

 

History

History

docker_poetry_fastapi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Setup

Create Docker Image and Container

make build-run

Clean Docker Image and Container

make remove

Sample Request

curl -X POST -H "Content-Type: application/json" -d '{"text":"I like you"}' localhost:80/sentpattern

# Output
{
  "pattern": "ThirdSentencePattern",
  "abbreviation": "SVO"
}

Attention: Not HotReloading