Server demo implementation for the devops course. It is based on Dropwizard and Maven Unit and System tests are written with Junit and use Dropwizard handy classes.
- clone the repo
- To Build and Test the service: run "mvn clean install"
- To run the service: run "java -jar target\kinneret-server-1.0-SNAPSHOT.jar server kinneret-server.yml"
- You can find more detailed information here about how to build and run Dropwizard application