nagai-takayuki / graasp-analytics

Securely access and share anonymized, open data sets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graasp Analytics

Screenshot

graasp analytics

Installation

  1. Run yarn to install the dependencies.
  2. Run the API at localhost:3000
  3. Set the following environnement variables in .env.development (place this file at your project root)
VITE_PORT=3113
VITE_ENABLE_MOCK_API=false
VITE_GRAASP_API_HOST=http://localhost:3000
VITE_GRAASP_AUTH_HOST=http://localhost:3001
VITE_GRAASP_PLAYER_HOST=http://localhost:3112
VITE_GRAASP_LIBRARY_HOST=http://localhost:3005
VITE_GRAASP_BUILDER_HOST=http://localhost:3111
  1. Run yarn start. The client should be accessible at localhost:3113

About

Securely access and share anonymized, open data sets.

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 98.3%Language:Shell 1.2%Language:HTML 0.5%