Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 564 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 564 Bytes

Chatstodo Backend

Overview

This repo contains three services.

Services

  • Anonymiser: Redact PII from chat messages and insert into DB
  • Authentication: Authenticate users
  • User Manager: Manages users' tasks, summary, and events, link their platforms, and calls ML

How to run

  1. Run Docker application locally

  2. Start and build the Docker compose

    docker compose up -d --build
    
  3. View logs

    docker compose logs
    
  4. Stop

    docker compose down
    
docker network create chatstodo