Expand description
This module handles the application startup process for the Molten API.
It includes logic for connecting to the database, running migrations, building the Axum application, and starting the HTTP server.
Structs§
- Application
- Represents the Molten API application, encapsulating the server’s network listener, application-wide state, and the port it is bound to.