1.1.1 • Published 12 months ago

ind-lite v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

  • Industrial Lite
  • v1.0.0

Install

$ git clone git@bitbucket.org:iciquantiphi/ind-monitoring-be.git
$ cd ind-monitoring-be
$ npm install

Configure app

To run this project on your local machine, follow the given steps :

  • Open common/services/cognito.service.js then uncomment the AWS.config.update code block
  • Open utils/database.js then comment the line RoleArn: process.env.rolename and uncomment the line RoleArn: 'arn:aws:iam::824836916187:role/assumerole-test'
  • Open server.js comment the lines setInterval(db.createRDSPool,10*60*1000) deviceController.deviceNotification()

Running the project

$ npm start

Running the tests

$ npm test