Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 619 Bytes

File metadata and controls

30 lines (21 loc) · 619 Bytes

Logging Service

This service loggs all CRD operation into a database through MQTT.

Setup

Local installation

git clone git@git.chalmers.se:courses/dit355/2023/student-teams/dit356-2023-04/logging-service.git

For this service to work you will need to create a .env for all your enviroment variables. It should be stored in the root folder. For a template with instructions on how to configure it please look at the file called ".env.dist".

Run locally

In root run:

cd server
npm install
npm start

Docker

In root directory, run:

docker compose build
docker compose up -d