Module

app

Methods

# static createApp() → {Promise.<Application>}

Create the Express application.

View Source app.js, line 27

The Express application.

Promise.<Application>

# static startApp() → {Promise.<void>}

Start the application server.

View Source app.js, line 77

A promise that resolves when the server is started.

Promise.<void>