Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.
/ kumu-api Public archive

A suite of tools for managing lessons and student performance

Notifications You must be signed in to change notification settings

lunchboxer/kumu-api

Repository files navigation

Kumu

This is an incomplete Node-based project for personal use.

In it's current development state, it is a loopback installation with data structure defined, so a very basic working RESTish API server. It is not currently useful for anything.

"kumu" is a Hawaiian word for teacher.

Install

First, install dependencies by entering the following from a terminal inside this directory:

$ npm install

Now all is ready. To launch development server:

$ npm start

Changes made to the models should be forwarded to the angular client (kumu-ng). It's assumed to be located in the directory ../kumu-ng if not run the npm script in package.json with a different location. Otherwise:

$npm run build:sdk

About

A suite of tools for managing lessons and student performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published