npm install postgresqlBrew install gradlecreateDB ccapisource scripts/settings.sh- Run
./gradlew stage
- Run
gradle runto build and run the application - To check that your application is running enter url http://localhost:8080
- To see your applications health enter url http://localhost:8081/healthcheck
- POST /accounts
example shape: { "name": "wonderwoman" } - GET /accounts/{id}
- GET /health
- POST /journals
example shape: { "accountId":"1", "type":"purchase", "amount":"499.99" }