Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

digitalservicebund/shoutout-tool

Repository files navigation

📢 Shoutout Tool ✨

A tool to collect feedback for subgroups of a group.

Setup

Create .env based on example.env and fill in the required values.

Connecting to cloud.mongodb.com

mongosh "mongodb+srv://<cluster_URL>/db" --apiVersion 1 --username <username>

Install and start MongoDB following these instructions.

Run locally

npm install
npm start

Run in Docker

docker build -t shoutout-tool .
docker run -p 3000:3000 --rm -it --env-file .env shoutout-tool

Usage

localhost:3000

  • go to /create to create a new session
  • your session is then open at /<session-id>
  • results can be viewed at /<session-id>/results

Subgroup visualization

Experimental. Live here.