Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 926 Bytes

File metadata and controls

24 lines (15 loc) · 926 Bytes

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.