/sensor_db

Primary LanguageJavaScript

Server for storing readings

In order to start the service, run:

npm i
npm start

Or if you don't have nodejs installed:

docker-compose up

Development

In order to run tests:

npm t