Methods # static createApp() → {Promise.<Application>} Create the Express application. View Source app.js, line 25 Returns: The Express application. Type: Promise.<Application> # static startApp() → {Promise.<void>} Start the application server. View Source app.js, line 73 Returns: A promise that resolves when the server is started. Type: Promise.<void>