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

Syncfusion React Scheduler CRUD Application with Node Js and PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Syncfusion React Scheduler CRUD Application with Node Js and PostgreSQL


Languages

Language:JavaScript 78.3%Language:HTML 14.0%Language:CSS 7.8%