Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 306 Bytes

File metadata and controls

14 lines (12 loc) · 306 Bytes

REST API Example

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