Skip to content

SyncfusionExamples/React-Scheduler-CRUD-NodeJS-and-PostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.js file update the USER, PASSWORD, and DB as per the database configuration.

Start Backend Server

  • Open backend folder in terminal and run npm install to install the required packages.
  • Run node server.js command to start the backend server.

Start Syncfusion React Scheduler

  • 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.