Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 576 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 576 Bytes

EdificeREST

REST API to provide functionality for Edifice

Running locally

  1. Install node.js v5.11.0 or later
  2. Run npm install
  3. Run npm start

Running in production

  1. NODE_ENV=production NODE_CONFIG_DIR=./EdificeREST/config pm2 start EdificeREST/app.js