/siwes-backend

The PoC backend for IoT Data persistence and retrieval for visualization

Primary LanguageTypeScript

MMS Backend v2.0.0

build status

This is only a boilerplate for Nodejs Typescript. This project is bundled using webpack into a single file with dependencies inclusive.

Linting

The file tslint.json is intended to contain the rules for linting.

Testing

The popular script should be used. Mocha and Chai where used for writing the BDD & TDDs.

npm test

Development

Running and Stoping Containers Quick Guide

docker-compose up -d --build -V
docker-compose down --rmi all -v --remove-orphans