Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 280 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 280 Bytes

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: the postgresql url to connect

These two variables need to be set