Create Protontype aplication
Add Global Middleware. A middleware added here, will act for all routers of the application
Middleware implementation
Add Router to application
Router implementation
Start up Protontype application.
express instance
Return GlobalConfig object. Content of proton.json file
Return a express instance
Return a instance of model by name
Model name, defined in {@link @Model()} decotator
Return a ProtonDB instance. This object provides database acess and Models
Return a list of Confugured routers
list of all endpoints loaded in ProtonApplication
Add Authentication Middleware
AuthMiddleware implementation
Generated using TypeDoc
Humberto Machado Protontype main class. Configure and start Routers, Middlewares and bootstrap application