Skip to content

Commit df0412f

Browse files
committed
readme updated
1 parent 8673a8c commit df0412f

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

README.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
1-
# React-Scheduler-CRUD-Application-with-Node-Js-and-PostgreSQL
2-
Syncfusion React Scheduler CRUD Application with Node Js and PostgreSQL database.
1+
# Syncfusion React Scheduler CRUD Application with Node JS and PostgreSQL
2+
Syncfusion React Scheduler CRUD Application with Node JS and PostgreSQL database.
33

44
## Prerequisites
5-
- node v14 or higher
6-
- PostgreSQL
5+
- [node v14 or higher](https://nodejs.org)
6+
- [PostgreSQL](https://www.postgresql.org/)
77

88
## PostgreSql Configuration
99

10-
- Navigate to the `backend/config/db.config.js` file
11-
- In the `db.config.js` file change the USER, PASSWORD, DB as your database configuration.
10+
- In `backend/config/db.config.js` file update the USER, PASSWORD, and DB as per the database configuration.
1211

1312
## Start Backend Server
1413

15-
- Get inside the `backend` folder
16-
- Open terminal run `npm install` to install required packages
17-
- Run `node server.js`
18-
- This will run our backend server.
19-
20-
Open API URL on [http://localhost:8080](http://localhost:8080/) to view it in the browser.
14+
- Open `backend` folder in terminal and run `npm install` to install the required packages.
15+
- Run `node server.js` command to start the backend server.
2116

2217
## Start Syncfusion React Scheduler
2318

24-
- In the project directory, Open new terminal run `npm install` to install required packages.
25-
- Run `npm start`
26-
- This will run our frontend application.
19+
- Open the project directory in terminal and run `npm install` to install the required packages.
20+
- Run `npm start` command to run the application.
2721

28-
Open [http://localhost:8081/](http://localhost:8081/) to view it in the browser.
22+
Open http://localhost:8081 to view it in the browser.
2923

30-
You can perform CRUD operation on the scheduler.<br>
31-
The CURD action that you are performing will be reflected in the postgreSQL database table.
24+
You can perform CRUD operation on the scheduler that will be reflected in the postgreSQL database table.

0 commit comments

Comments
 (0)