Skip to content

rage/quizzes

Folders and files

NameName
Last commit message
Last commit date
Jan 25, 2021
Jan 25, 2023
Feb 2, 2024
Feb 26, 2025
Jun 20, 2019
Feb 17, 2021
Jun 6, 2020
Dec 28, 2019
Jul 13, 2018
Apr 2, 2020
Jan 25, 2023
Nov 13, 2020
Jan 25, 2023
Oct 16, 2018
Jul 13, 2018
Mar 2, 2020
Jun 5, 2020
May 28, 2020
Feb 24, 2020

Repository files navigation

Quizzes

CircleCI

Setup locally

You can set up you shell to automatically switch node version between folders. Instructions.

To run locally

At the project root

nvm use
npm ci

To start the server:

cd packages/backend
nvm use
npm ci
npm run build
npm start

To start the server (V2):

cd packages/backendv2
nvm use
npm ci
npm run dev

To start the dashboard:

cd packages/dashboard
nvm use
npm ci
npm start

To load widget in playground:

cd packages/moocfi-quizzes
nvm use
npm ci
cd example
npm ci
npm start

Setup with docker compose

Setup the project locally by running the command:

docker-compose up -d

To setup the database run the command:

./bin/setup-database.sh

Visit example project at http://localhost:1234 and dashboard at http://localhost:5000