Iti Digital Challenge

For building and running the application you need:

Executing requests

Run in Postman

Running

docker-compose up --build

Running with docker

./gradlew build && docker-compose up --build

Testing

./gradlew test

Deployment

Application is configured to every push to master execute deploy automatic.

Built With