Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 801 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 801 Bytes

iot-adapter

iot-adapter is a component, part of eco-iot-pmed-workspace

For more details about the eco-iot-pmed-workspace check eco-iot-pmed-workspace.

Installation

Step 1: Clone the repository

$ git clone https://github.com/PharmaLedger-IMI/iot-adapter.git

After the repository was cloned, you must install all the dependencies.

#for development
$ npm run dev-install  

or

#for production
$ npm run install  

Step 2: Customize the env.json

There are no defaults for STORAGE_API_BASE_URL, STORAGE_API_APP_ID and STORAGE_API_REST_API_KEY. Please fill them with provided configs from your business.

Step 3: Start the iot-adapter

$ npm run iot-adapter-server