|
1 | 1 | # Node.js Rest APIs with Express, Sequelize & MySQL example
|
2 | 2 |
|
3 | 3 | For more detail, please visit:
|
4 |
| -> [Build Node.js Rest APIs with Express, Sequelize & MySQL](https://bezkoder.com/node-js-express-sequelize-mysql/) |
| 4 | +> [Build Node.js Rest APIs with Express, Sequelize & MySQL](https://www.bezkoder.com/node-js-express-sequelize-mysql/) |
5 | 5 |
|
6 |
| -> [Server side Pagination in Node.js with Sequelize and MySQL](https://bezkoder.com/node-js-sequelize-pagination-mysql/) |
| 6 | +> [Node.js Express File Upload Rest API example](https://www.bezkoder.com/node-js-express-file-upload/) |
7 | 7 |
|
8 |
| -> [Deploying/Hosting Node.js app on Heroku with MySQL database](https://bezkoder.com/deploy-node-js-app-heroku-cleardb-mysql/) |
| 8 | +> [Server side Pagination in Node.js with Sequelize and MySQL](https://www.bezkoder.com/node-js-sequelize-pagination-mysql/) |
| 9 | +
|
| 10 | +> [Deploying/Hosting Node.js app on Heroku with MySQL database](https://www.bezkoder.com/deploy-node-js-app-heroku-cleardb-mysql/) |
9 | 11 |
|
10 | 12 | Security:
|
11 |
| -> [Node.js Express: JWT example | Token Based Authentication & Authorization](https://bezkoder.com/node-js-jwt-authentication-mysql/) |
| 13 | +> [Node.js Express: JWT example | Token Based Authentication & Authorization](https://www.bezkoder.com/node-js-jwt-authentication-mysql/) |
12 | 14 |
|
13 | 15 | Associations:
|
14 |
| -> [Sequelize Associations: One-to-Many Relationship example](https://bezkoder.com/sequelize-associate-one-to-many/) |
| 16 | +> [Sequelize Associations: One-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-one-to-many/) |
15 | 17 |
|
16 |
| -> [Sequelize Associations: Many-to-Many Relationship example](https://bezkoder.com/sequelize-associate-many-to-many/) |
| 18 | +> [Sequelize Associations: Many-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-many-to-many/) |
17 | 19 |
|
18 | 20 | Fullstack:
|
19 |
| -> [Vue.js + Node.js + Express + MySQL example](https://bezkoder.com/vue-js-node-js-express-mysql-crud-example/) |
| 21 | +> [Vue.js + Node.js + Express + MySQL example](https://www.bezkoder.com/vue-js-node-js-express-mysql-crud-example/) |
| 22 | +
|
| 23 | +> [Vue.js + Node.js + Express + MongoDB example](https://www.bezkoder.com/vue-node-express-mongodb-mevn-crud/) |
| 24 | +
|
| 25 | +> [Angular 8 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-node-express-mysql/) |
20 | 26 |
|
21 |
| -> [Vue.js + Node.js + Express + MongoDB example](https://bezkoder.com/vue-node-express-mongodb-mevn-crud/) |
| 27 | +> [Angular 10 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-10-node-js-express-mysql/) |
22 | 28 |
|
23 |
| -> [Angular 8 + Node.js + Express + MySQL example](https://bezkoder.com/angular-node-express-mysql/) |
| 29 | +> [Angular 11 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-11-node-js-express-mysql/) |
24 | 30 |
|
25 |
| -> [Angular 10 + Node.js + Express + MySQL example](https://bezkoder.com/angular-10-node-js-express-mysql/) |
| 31 | +> [Angular 12 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-12-node-js-express-mysql/) |
26 | 32 |
|
27 |
| -> [Angular 11 + Node.js Express + MySQL example](https://bezkoder.com/angular-11-node-js-express-mysql/) |
| 33 | +> [Angular 13 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-13-node-js-express-mysql/) |
28 | 34 |
|
29 |
| -> [Angular 12 + Node.js Express + MySQL example](https://bezkoder.com/angular-12-node-js-express-mysql/) |
| 35 | +> [Angular 14 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-14-node-js-express-mysql/) |
30 | 36 |
|
31 |
| -> [React + Node.js + Express + MySQL example](https://bezkoder.com/react-node-express-mysql/) |
| 37 | +> [React + Node.js + Express + MySQL example](https://www.bezkoder.com/react-node-express-mysql/) |
32 | 38 |
|
33 | 39 | Integration (run back-end & front-end on same server/port)
|
34 |
| -> [Integrate React with Node.js Restful Services](https://bezkoder.com/integrate-react-express-same-server-port/) |
| 40 | +> [Integrate React with Node.js Restful Services](https://www.bezkoder.com/integrate-react-express-same-server-port/) |
35 | 41 |
|
36 |
| -> [Integrate Angular with Node.js Restful Services](https://bezkoder.com/integrate-angular-10-node-js/) |
| 42 | +> [Integrate Angular with Node.js Restful Services](https://www.bezkoder.com/integrate-angular-10-node-js/) |
37 | 43 |
|
38 |
| -> [Integrate Vue with Node.js Restful Services](https://bezkoder.com/serve-vue-app-express/) |
| 44 | +> [Integrate Vue with Node.js Restful Services](https://www.bezkoder.com/serve-vue-app-express/) |
39 | 45 |
|
40 | 46 | ## Project setup
|
41 | 47 | ```
|
|
0 commit comments