/kumu-server

prisma-based graphql api server for classroom scorekeeper and other tools

Primary LanguageCSS

Kumu

It's a prisma based server and two web clients functioning as a minimal learning management system for ESL lessons.

Get going

Edit docker-compose.yml and create a .env file with:

PRISMA_SECRET=
PRISMA_MANAGEMENT_API_SECRET=
APP_SECRET=

Assuming you've got node and npm installed you can get started with:

docker-compose up -d
npm run deploy
npm run dev