Methods
(inner) init(config, initializeDb, routes, logger) → {Object}
Initialize the server
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | configuration |
initializeDb |
Object | database initialization |
routes |
Object | routes |
logger |
Object | logger |
Returns:
- Express server application
- Type
- Object