Skip to content

ritza-co/bryntum-schedulerpro-ag-grid-backend

Repository files navigation

How to integrate a React AG Grid with a React Bryntum Scheduler Pro - backend

This is a basic Express.js backend application.

Getting started

First, install the dependencies: Express.js, sqlite3, sequelize, and nodemon by running the following command:

npm install

Seed the database with the example data in the example-data folder:

npm run seed

Run the local development server using the following command:

npm run dev

The server will listen on localhost port 1337.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published