|
| 1 | +# Node.js Express: Pagination with Sequelize and MySQL |
| 2 | + |
| 3 | +For more detail, please visit: |
| 4 | +> [Server side Pagination in Node.js with Sequelize and MySQL](https://bezkoder.com/node-js-sequelize-pagination-mysql/) |
| 5 | +
|
| 6 | +Front-end that works well with this Back-end: |
| 7 | +> [React Pagination with API using Material-UI](https://bezkoder.com/react-pagination-material-ui/) |
| 8 | +
|
| 9 | +> [React Table Pagination with react-table 7](https://bezkoder.com/react-table-pagination-server-side/) |
| 10 | +
|
| 11 | +> [Angular 8 Pagination example | ngx-pagination](https://bezkoder.com/ngx-pagination-angular-8/) |
| 12 | +
|
| 13 | +> [Angular 10 Pagination example | ngx-pagination](https://bezkoder.com/angular-10-pagination-ngx/) |
| 14 | +
|
| 15 | +> [Angular 11 Pagination example | ngx-pagination](https://bezkoder.com/angular-11-pagination-ngx/) |
| 16 | +
|
| 17 | +> [Angular 12 Pagination example | ngx-pagination](https://bezkoder.com/angular-12-pagination-ngx/) |
| 18 | +
|
| 19 | +> [Vue Pagination with Axios and API example](https://bezkoder.com/vue-pagination-axios/) |
| 20 | +
|
| 21 | +> [Vuetify Pagination (Server side) example](https://bezkoder.com/vuetify-pagination-server-side/) |
| 22 | +
|
| 23 | +More Practice: |
| 24 | +> [Build Node.js Rest APIs with Express, Sequelize & MySQL](https://bezkoder.com/node-js-express-sequelize-mysql/) |
| 25 | +
|
| 26 | +> [Node.js JWT Authentication & Authorization example](https://bezkoder.com/node-js-jwt-authentication-mysql/) |
| 27 | +
|
| 28 | +> [Deploying/Hosting Node.js app on Heroku with MySQL database](https://bezkoder.com/deploy-node-js-app-heroku-cleardb-mysql/) |
| 29 | +
|
| 30 | +Associations: |
| 31 | +> [Sequelize Associations: One-to-Many Relationship example](https://bezkoder.com/sequelize-associate-one-to-many/) |
| 32 | +
|
| 33 | +> [Sequelize Associations: Many-to-Many Relationship example](https://bezkoder.com/sequelize-associate-many-to-many/) |
| 34 | +
|
| 35 | +Fullstack: |
| 36 | +> [Vue.js + Node.js + Express + MySQL example](https://bezkoder.com/vue-js-node-js-express-mysql-crud-example/) |
| 37 | +
|
| 38 | +> [Vue.js + Node.js + Express + MongoDB example](https://bezkoder.com/vue-node-express-mongodb-mevn-crud/) |
| 39 | +
|
| 40 | +> [Angular 8 + Node.js + Express + MySQL example](https://bezkoder.com/angular-node-express-mysql/) |
| 41 | +
|
| 42 | +> [Angular 10 + Node.js + Express + MySQL example](https://bezkoder.com/angular-10-node-js-express-mysql/) |
| 43 | +
|
| 44 | +> [Angular 11 + Node.js + Express + MySQL example](https://bezkoder.com/angular-11-node-js-express-mysql/) |
| 45 | +
|
| 46 | +> [Angular 12 + Node.js + Express + MySQL example](https://bezkoder.com/angular-12-node-js-express-mysql/) |
| 47 | +
|
| 48 | +> [React + Node.js + Express + MySQL example](https://bezkoder.com/react-node-express-mysql/) |
| 49 | +
|
| 50 | +Integration (run back-end & front-end on same server/port) |
| 51 | +> [Integrate React with Node.js Restful Services](https://bezkoder.com/integrate-react-express-same-server-port/) |
| 52 | +
|
| 53 | +> [Integrate Angular with Node.js Restful Services](https://bezkoder.com/integrate-angular-12-node-js/) |
| 54 | +
|
| 55 | +> [Integrate Vue with Node.js Restful Services](https://bezkoder.com/serve-vue-app-express/) |
| 56 | +
|
| 57 | +## Project setup |
| 58 | +``` |
| 59 | +npm install |
| 60 | +``` |
| 61 | + |
| 62 | +### Run |
| 63 | +``` |
| 64 | +node server.js |
| 65 | +``` |
| 66 | +# node-js-sequelize-pagination-mysql |
0 commit comments