- Clone github project (full instructions)
git clone git@github.com:microservices-demo/microservices-demo.git
- Run docker compose
docker-compose -f deploy/docker-compose/docker-compose.yml up -d
- Run tests
./mvnw test
Tests configuration can be defined in config.properties. Tests itself is in directory. In general, tests are orchestrated through ApiHandler, it is easily extendable. API definitions and POJOs is in api directory.