set up the following mongoDB url in app.js
DATABASE_URL = <mongodbAdress>
default is localhost
set up the following server port in app.js
PORT = <port>
default is 5000
Install all node modules with command npm install
run app with command npm start