Skip to content

Backend to handle real-time collaboration features for SNWG

Notifications You must be signed in to change notification settings

NASA-IMPACT/snwg-crdt-backend

Repository files navigation

SNWG CRDT Backend

Getting Started

# Create an environment file
touch .env

# Define mandatory env vars
# Check ./app/utils/env.ts for required env vars

# Build dev
docker build -t crdtapi --target dev .

# Run dev
docker run -it \
    --name crdtapi \
    --env-file .env \
    -p 8001:8001 \
    -v "$(pwd):/code" \
    crdtapi \
    sh -c "pnpm install && pnpm tsoa:generate && pnpm dev"

Todo

About

Backend to handle real-time collaboration features for SNWG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •