Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 778 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 778 Bytes

orchest_test

It is a demo of a REST API for the insertion and organization of worker signings. It is developed with Spring Boot 2.2.7.RELEASE and Java 8.

Docker deployment

It is only necessary to be located within the project folder and execute build_docker_image.sh script to create orchest_test image, then copy example.env to .env and modify parameters if it is necessary, and raise app with docker compose. Docker and docker-compose must be installed

./build_docker_image.sh
cp ./example.env ./.env
docker-compose up 

API reference

Swagger has been configured in this project, when it is deployed, /swagger-ui.html will be accessible with the API reference.