ind-lite
v1.1.1
Published
This README would normally document whatever steps are necessary to get your application up and running.
Downloads
2
Readme
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 [email protected]: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 theAWS.config.update
code block - Open
utils/database.js
then comment the lineRoleArn: process.env.rolename
and uncomment the lineRoleArn: 'arn:aws:iam::824836916187:role/assumerole-test'
- Open
server.js
comment the linessetInterval(db.createRDSPool,10*60*1000)
deviceController.deviceNotification()
Running the project
$ npm start
Running the tests
$ npm test