Ltijs v5 demo server
-
Download or clone the repo
-
Setup
.env
file with the relevant variablesDB_HOST=localhost DB_NAME=ltidb DB_USER=user DB_PASS=pass LTI_KEY=LTIKEY
DB_USER and DB_PASS are not required
-
Run
npm install
-
Run
npm start
The code for the react application used with this project can be found here.