- [Overview](#overview) - [Components](#components) - [Boot](#boot) Table of contents generated with markdown-toc # Overview This document will go through various application components # Components ## Boot The boot package in `internal` is utilized to start the application. Everything in the boot process must complete successfully for the application to start. If it does not, the application will not start.