A tool to collect feedback for subgroups of a group.
Create .env based on example.env and fill in the required values.
mongosh "mongodb+srv://<cluster_URL>/db" --apiVersion 1 --username <username>Install and start MongoDB following these instructions.
npm install
npm startdocker build -t shoutout-tool .
docker run -p 3000:3000 --rm -it --env-file .env shoutout-toollocalhost:3000
- go to
/createto create a new session - your session is then open at
/<session-id> - results can be viewed at
/<session-id>/results
Experimental. Live here.