This repository holds the Express backend application to demonstrate how to use the lazyLoad feature available for the Bryntum Scheduler from Version 6.
First, install the dependencies of the Express server starter:
npm install
Populate the database by running the following script:
node addExampleData.js
Run the local development server for the backend server app using the following command:
npm start
The server will listen on localhost port 3000.