Skip to content

Commit d8d289a

Browse files
authored
Update README.md
1 parent 940daf5 commit d8d289a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
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
2728
Open [http://localhost:8081/](http://localhost:8081/) to view it in the browser.
2829

2930
You 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.

0 commit comments

Comments
 (0)