📄️ Bootstrap Method
The bootstrap method is the entry point of your application. It is responsible for loading the application configuration, registering middlewares, and starting the application.
📄️ Application Container
The application container is a dependency injection container. See Application Container for more information.
📄️ Modules
Modules are responsible for registering controllers. See Modules for more information.
📄️ Controllers
Controllers are responsible for handling incoming requests and returning responses to the client.
📄️ Use Cases
Uses cases are the implementation of the business logic of your application. For more information about use cases, see Use Cases.
📄️ Entities
Entities are the core of your application. They are the representation of your business objects. For more information about entities, see Entities.
📄️ ExpressoTS Utilities
Status Codes