File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# React-Scheduler-CRUD-Application-with-Node-Js-and-PostgreSQL
2- Syncfusion React Scheduler CRUD Application with Node Js and PostgreSQL
2+ Syncfusion React Scheduler CRUD Application with Node Js and PostgreSQL database.
33
4- ## Step by Step Tutorial
5- [ Syncfusion React Rest-api CRUD App Tutorial] ( )
4+ ## Prerequisites
5+ - node v14 or higher
6+ - PostgreSQL
67
7- ### PostgreSql Configuration
8+ ## PostgreSql Configuration
89
910- Navigate to the ` backend/config/db.config.js ` file
1011- In the ` db.config.js ` file change the USER, PASSWORD, DB as your database configuration.
1112
12- ### Start Backend Server
13+ ## Start Backend Server
1314
1415- Get inside the ` backend ` folder
1516- Open terminal run ` npm install ` to install required packages
@@ -27,4 +28,4 @@ Open API URL on [http://localhost:8080](http://localhost:8080/) to view it in th
2728Open [ http://localhost:8081/ ] ( http://localhost:8081/ ) to view it in the browser.
2829
2930You can perform CRUD operation on the scheduler.<br >
30- The CURD action that you are performing will be reflected in the postgreSQL database table.
31+ The CURD action that you are performing will be reflected in the postgreSQL database table.
You can’t perform that action at this time.
0 commit comments