This service loggs all CRD operation into a database through MQTT.
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".
In root run:
cd server
npm install
npm start
In root directory, run:
docker compose build
docker compose up -d