ind-lite
v1.1.1
Published
This README would normally document whatever steps are necessary to get your application up and running.
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 installConfigure app
To run this project on your local machine, follow the given steps :
- Open
common/services/cognito.service.jsthen uncomment theAWS.config.updatecode block - Open
utils/database.jsthen comment the lineRoleArn: process.env.rolenameand uncomment the lineRoleArn: 'arn:aws:iam::824836916187:role/assumerole-test' - Open
server.jscomment the linessetInterval(db.createRDSPool,10*60*1000)deviceController.deviceNotification()
Running the project
$ npm startRunning the tests
$ npm test