Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

KYPO Trainings Clustering Visualization

The visualization provides three views with distinct processing of collected data - a subset of features that define the trainee behavior and enable us to explore outliers or trainee strategies during their gameplay.

How to use json-server as mock backend with provided dummy data

  1. Run npm install.
  2. Run the json server with npm run api or manually with provided parameters json-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js.
  3. Run the app in local environment and ssl with npm run start and access it on https://localhost:4200.