Story --- As a consumer of the APIs I want to have a functioning web server running so that I may make requests to the server. Requirements --- - [x] Able to check health of application through /health endpoint (Spring Boot Actuator). - [x] Application shall be runnable directly in Intellij. - [x] Application shall be runnable through the command line using Gradle. Removed Requirements (Scope Decrease) --- - Application shall be containerized (runnable in a Docker container).