Skip to content

Data Models' Web Service - SmartSecurity Scenario of project SMARTSDK

License

Notifications You must be signed in to change notification settings

cenidetiot/smartsecurity-web-service

Repository files navigation

Smartsecurity Web Service

Specification

Please take your time to read the API specification here.

Installation

Clone this repo

  git clone https://github.com/cenidetiot/smartsecurity-web-service.git
 

Install requirements

  npm i

Configurations

  //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
  

Run

  npm start 

About

Data Models' Web Service - SmartSecurity Scenario of project SMARTSDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •