Syncfusion React Scheduler CRUD Application with Node JS and PostgreSQL database.
- In
backend/config/db.config.js
file update the USER, PASSWORD, and DB as per the database configuration.
- Open
backend
folder in terminal and runnpm install
to install the required packages. - Run
node server.js
command to start the backend server.
- Open the project directory in terminal and run
npm install
to install the required packages. - Run
npm start
command to run the application.
Open http://localhost:8081 to view it in the browser.
You can perform CRUD operation on the scheduler that will be reflected in the postgreSQL database table.