Skip to content

rmnobarra/simple-python-api

Repository files navigation

simple python api with swagger and test

Try:

python app.py

Your API is available on http://localhost:5000. You can do a test call to the following API endpoints GET /users and DELETE /users using your favorite tool.

Theres a swagger in /apidocs path too.

Docker

docker build -t simple-python-api .
docker run -p 5000:5000 simple-python-api

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors