Sign inSign up

jaktestowac/python-sample-rest-api

By jaktestowac

Updated over 4 years ago

This project is a small REST API to build a docker image we can test behind an API Gateway.

Image
0

703

jaktestowac/python-sample-rest-api repository overview

python-sample-rest-api

This project is a small REST API to build a docker image we can test behind an API Gateway. API will consume any request and will return it in a form of response.

docker image

You can run it using:

docker run -d -p 5051:5051 jaktestowac/python-sample-rest-api

API response

You can call http://localhost:5051 for help.

For responses (based on request) call http://localhost:5051/api

Tag summary

Content type

Image

Digest

Size

49.3 MB

Last updated

over 4 years ago

docker pull jaktestowac/python-sample-rest-api