Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 351 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 351 Bytes

Document test API

  1. Create the docker image: docker build -t europace/document-api .

  2. Run the docker image: docker run --rm -p 8080:8080 europace/document-api

  3. Example request: curl --location --request GET 'http://localhost:8080/v1/documents'