ccapi Setup Database npm install postgresql Brew install gradle createDB ccapi source scripts/settings.sh Run ./gradlew stage How to start the ccapi application Run gradle run to build and run the application To check that your application is running enter url http://localhost:8080 Health Check To see your applications health enter url http://localhost:8081/healthcheck Routes POST /accounts example shape: { "name": "wonderwoman" } GET /accounts/{id} GET /health POST /journals example shape: { "accountId":"1", "type":"purchase", "amount":"499.99" }