Skip to content

diegoHr/orchest_test

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages