Skip to content

ToothCheck/Logging-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors