# Functions
AddRoutes mounts the routes for the application, it assumes that the base services have been injected in the creation of the server instance.
# Variables
Assets is the manager for the public assets it allows to watch for changes and reload the assets when changes are made.
DatabaseURL to connect and interact with our database instance.
DB is the database connection builder function that will be used by the application based on the driver and connection string.
TailoOptions allow to define how to compile the tailwind css files, which is the input and what will be the output.