React-Scheduler-CRUD-NodeJS-and-PostgreSQL
React-Scheduler-CRUD-NodeJS-and-PostgreSQL copied to clipboard
Syncfusion React Scheduler CRUD Application with Node Js and PostgreSQL
Syncfusion React Scheduler CRUD Application with Node JS and PostgreSQL
Syncfusion React Scheduler CRUD Application with Node JS and PostgreSQL database.
Prerequisites
PostgreSql Configuration
- In
backend/config/db.config.jsfile update the USER, PASSWORD, and DB as per the database configuration.
Start Backend Server
- Open
backendfolder in terminal and runnpm installto install the required packages. - Run
node server.jscommand to start the backend server.
Start Syncfusion React Scheduler
- Open the project directory in terminal and run
npm installto install the required packages. - Run
npm startcommand 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.