A tool that supports coaching in networked learning communities by: (1) providing more awareness of students' needs during coaching sessions; and (2) scaffolding coaching interactions that are discussed during a coaching meeting in venues throughout the week.
-
Clone the Studio API and Orchestration Engine.
-
Clone the repository, and create a
.env
file with the following:MONGODB_URI=mongodb://127.0.0.1/interactive-soap-notes STUDIO_API=http://localhost:3000 ORCH_ENGINE=http://localhost:5001
-
Run
yarn install
to install packages.
Look at this link to find the commands to run the Mongo shell and a local server.
- Start MongoDB in a separate shell.
- Start an instance of the Studio API and Orchestration Engine based on their respective READMEs.
- Run
yarn dev
and navigate tolocalhost:3001
in your browser. Changes in code will automatically cause the website to be re-built and update the browser.