Skip to content

rezk2ll/flask-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-api-example

how to run

docker-compose up -d

service should be running on http://localhost:5000

how to use

using GET:

send a get request to /clean/:text endpoint, example:

http://localhost:5000/clean/euh some text with euh 

using POST:

send a POST request to /clean endpoint with a text in the request body:

{
  "text": "euh some text with euh"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published