# Packages
Package client implements a client with the ability to make HTTP requests
and handle their responses.
Package config reads in configuration files to be used within an
application.
Package errors handles HTTP client and Mongo errors.
Package mongo implements a Mongo instance that connects to a
database and allows interactions with the datasource.
Package router implements a server with a router and two endpoints used
for readiness and liveliness checks.