# Functions
GetAccount handlers http request of /accounts/xxx.
HealthCheck is the http handlers for http request /health.
SetHealthyState sets the isHealthy variable with http requests.
StartWebServer is the function that start http server on port.
# Variables
DBClient acts as database client.
MessagingClient acts as messaging queue client.