Skip to content

Commit 795c7ea

Browse files
committed
add references
1 parent 53fa1e0 commit 795c7ea

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ For instruction:
44
> [React Pagination with API using Material-UI](https://bezkoder.com/react-pagination-material-ui/)
55
66
Server side Pagination for this app:
7-
> [Server side Pagination in Node.js with Sequelize and MySQL](https://bezkoder.com/node-js-sequelize-pagination-mysql/)
7+
> [Node.js Express Pagination with MySQL](https://bezkoder.com/node-js-sequelize-pagination-mysql/)
8+
9+
> [Node.js Express Pagination with PostgreSQL](https://bezkoder.com/node-js-pagination-postgresql/)
10+
11+
> [Node.js Express Pagination with MongoDB](https://bezkoder.com/node-js-mongodb-pagination/)
812
913
> [Spring Boot Pagination and Filter example](https://bezkoder.com/spring-boot-pagination-filter-jpa-pageable/)
1014
15+
> [Spring Boot MongoDB Pagination example with Spring Data](https://bezkoder.com/spring-boot-mongodb-pagination/)
16+
1117
More practice:
1218
> [React (Components) CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/)
1319
@@ -23,12 +29,19 @@ Fullstack with Node.js Express:
2329
Fullstack with Spring Boot:
2430
> [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/)
2531
32+
> [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/)
33+
2634
> [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/)
2735
2836
Fullstack with Django:
2937

3038
> [React.js + Django Rest Framework](https://bezkoder.com/django-react-axios-rest-framework/)
3139
40+
Integration (run back-end & front-end on same server/port)
41+
> [How to integrate React.js with Spring Boot](https://bezkoder.com/integrate-reactjs-spring-boot/)
42+
43+
> [Integrate React with Node.js Express on same Server/Port](https://bezkoder.com/integrate-react-express-same-server-port/)
44+
3245

3346
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
3447

0 commit comments

Comments
 (0)