Ltijs v5 demo server that work with MySQL server
This project is forked from https://github.com/Cvmcosta/ltijs-demo-server, contains only MySQL related changes and may not maintain for future upgrades.
This project for now uses https://github.com/jadavbheda/ltijs-sequelize instead of actual ltijs-sequelize till it fixes this issue Cvmcosta/ltijs-sequelize#2 (I already raised PR for it)
-
Download or clone the repo
-
Setup
.envfile with the relevant variablesDB_HOST=localhost DB_NAME=ltidb DB_USER=user DB_PASS=pass LTI_KEY=LTIKEY PORT=5000 -
Run
npm install -
Run
npm start
- Demo server uses default react client build in
publicdirectory - The code for the react application used with this project can be found here.