Service for data aggregation and authentication.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
nodeJS
- Install npm project dependecies
npm install
- Set environments variables
PORT = // the micro-service port
MQTTPUBLISHER_MICROSERVICE_URL = // url of mqtt-publisher microservice
AREAS_MICROSERVICE_URL = // url of areas microservice
DEVICES_MICROSERVICE_URL = // url of devices microservice
USERS_MICROSERVICE_URL = // url of users microservice
- Compile Typescript
npm run tsc
- Run micro-service
node build/app.js
This project is licensed under the GNU License - see the LICENSE.md file for details