Example service used for the Read Between the Stacktraces: Investigations with Continuous Profiler workshop.
- Install Docker
- Install docker-compose
- Install Java
- Run
docker-compose upin the root directory to start up mongodb - Run
./gradlew runin a separate terminal tab to run the server (will stay at 75% done, that's expected) - Run
curl http://localhost:8081/movies?q=jurassicto query the movies endpoint, should get a JSON response