leoyuholo / classviz

Visual analytics tool for K12 online learning activities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClassViz

Visual analytics tool for K12 online learning activities.

Development

Prerequisite: Need to have docker and docker-compose ](https://docs.docker.com/compose/) installed on system.

Run docker-compose up -d to spin up all the containers.

Run docker-compose exec front /bin/bash to get a shell of front end container. Run yarn to install all the dependencies, then run yarn run dev to start a live reload server. Edit any files in front directory to trigger live reload.

Run docker-compose exec web /bin/bash to backend container. Also run yarn to install dependencies and yarn run start to start API server.

Visit localhost:8080 to access the system, localhost:8080/dashboard to access Parse Dashboard.

You may edit docker-compose.yaml to run different commands.

About

Visual analytics tool for K12 online learning activities.


Languages

Language:JavaScript 88.0%Language:HTML 12.0%