Simple REST API example with docker.
To build this docker image run these commands:
clone https://github.com/neriyaco/rest-api-example rest-api-example
cd rest-api-example
docker build -t rest-api-example .
To use the docker compose run this command:
docker compose up