Devops API App

install the node packages for the api tier:

→ npm install

start the app

→ npm start

NOTE this app uses two env variables:

  • PORT: the listening PORT
  • DB: Name of the database to connect
  • DBUSER: Database user
  • DBPASS: DB user password,
  • DBHOST: Database hostname,
  • DBPORT: Database server listening port

These variables need to be set