A simple Microservice to List, Add, Delete contacts using Dropwizard framework.
- Run
mvn clean install
to build your application - Start application with
java -jar target/contacts-app-0.1.0-SNAPSHOT.jar server config.yml
- To check that your application is running enter url
http://localhost:8080
To see your applications health enter url http://localhost:8081/healthcheck
docker run --rm -it -p 5432:5432 -e POSTGRES_PASSWORD=secret postgres:9.6-alpine