Document test API
- Requires Docker
-
Create the docker image:
docker build -t europace/document-api .
-
Run the docker image:
docker run --rm -p 8080:8080 europace/document-api
-
Example request:
curl --location --request GET 'http://localhost:8080/v1/documents'