|
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. |
3 | 3 |
|
4 | 4 | ## Prerequisites |
5 | | -- node v14 or higher |
6 | | -- PostgreSQL |
| 5 | +- [node v14 or higher](https://nodejs.org) |
| 6 | +- [PostgreSQL](https://www.postgresql.org/) |
7 | 7 |
|
8 | 8 | ## PostgreSql Configuration |
9 | 9 |
|
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. |
12 | 11 |
|
13 | 12 | ## Start Backend Server |
14 | 13 |
|
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. |
21 | 16 |
|
22 | 17 | ## Start Syncfusion React Scheduler |
23 | 18 |
|
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. |
27 | 21 |
|
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. |
29 | 23 |
|
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