Please take your time to read the API specification here.
git clone https://github.com/cenidetiot/smartsecurity-web-service.git
npm i
//MYSQL Configurations
exports.mysql = {
host : 'URL', // MySQL Host
db : 'databasename', //Database name
user : 'databaseuser', // Database User
password : '*******' // Database Password
}
exports.context = "URL" // Orion URL
exports.keyrock = "URL" //KeyRock URL
exports.crate = 'URL'; // CrateDB Host
npm start