|
1 | 1 | # Node.js PostgreSQL CRUD example with Express Rest APIs |
2 | 2 |
|
3 | 3 | Full Article with implementation: |
4 | | -> [Node.js PostgreSQL CRUD example with Express Rest APIs](https://bezkoder.com/node-express-sequelize-postgresql/) |
| 4 | +> [Node.js PostgreSQL CRUD example with Express Rest APIs](https://www.bezkoder.com/node-express-sequelize-postgresql/) |
5 | 5 |
|
6 | 6 | We will build Rest Apis that can create, retrieve, update, delete and find Tutorials by title. |
7 | 7 |
|
@@ -97,28 +97,41 @@ Now there are no rows in `tutorials` table: |
97 | 97 | ``` |
98 | 98 |
|
99 | 99 | For more detail, please visit: |
100 | | -> [Node.js PostgreSQL CRUD example with Express Rest APIs](https://bezkoder.com/node-express-sequelize-postgresql/) |
| 100 | +> [Node.js PostgreSQL CRUD example with Express Rest APIs](https://www.bezkoder.com/node-express-sequelize-postgresql/) |
101 | 101 |
|
102 | | -> [Node.js Express Pagination with PostgreSQL example](https://bezkoder.com/node-js-pagination-postgresql/) |
| 102 | +> [Node.js Express Pagination with PostgreSQL example](https://www.bezkoder.com/node-js-pagination-postgresql/) |
103 | 103 |
|
104 | 104 | Security: |
105 | | -> [Node.js JWT Authentication & Authorization with PostgreSQL example](https://bezkoder.com/node-js-jwt-authentication-postgresql/) |
| 105 | +> [Node.js JWT Authentication & Authorization with PostgreSQL example](https://www.bezkoder.com/node-js-jwt-authentication-postgresql/) |
106 | 106 |
|
107 | 107 | Associations: |
108 | | -> [Sequelize Associations: One-to-Many Relationship example](https://bezkoder.com/sequelize-associate-one-to-many/) |
| 108 | +> [Sequelize Associations: One-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-one-to-many/) |
109 | 109 |
|
110 | | -> [Sequelize Associations: Many-to-Many Relationship example](https://bezkoder.com/sequelize-associate-many-to-many/) |
| 110 | +> [Sequelize Associations: Many-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-many-to-many/) |
111 | 111 |
|
112 | 112 | Fullstack: |
113 | | -> [Vue + Node.js + Express + PostgreSQL example](https://bezkoder.com/vue-node-express-postgresql/) |
| 113 | +> [Vue + Node.js + Express + PostgreSQL example](https://www.bezkoder.com/vue-node-express-postgresql/) |
114 | 114 |
|
115 | | -> [React + Node.js + Express + PostgreSQL example](https://bezkoder.com/react-node-express-postgresql/) |
| 115 | +> [React + Node.js + Express + PostgreSQL example](https://www.bezkoder.com/react-node-express-postgresql/) |
116 | 116 |
|
117 | | -> [ANgular 8 + Node.js + Express + PostgreSQL example](https://bezkoder.com/angular-node-express-postgresql/) |
| 117 | +> [Angular 8 + Node.js + Express + PostgreSQL example](https://www.bezkoder.com/angular-node-express-postgresql/) |
118 | 118 |
|
119 | | -> [ANgular 10 + Node.js + Express + PostgreSQL example](https://bezkoder.com/angular-10-node-express-postgresql/) |
| 119 | +> [Angular 10 + Node.js + Express + PostgreSQL example](https://www.bezkoder.com/angular-10-node-express-postgresql/) |
120 | 120 |
|
121 | | -> [ANgular 11 + Node.js + Express + PostgreSQL example](https://bezkoder.com/angular-11-node-js-express-postgresql/) |
| 121 | +> [Angular 11 + Node.js + Express + PostgreSQL example](https://www.bezkoder.com/angular-11-node-js-express-postgresql/) |
| 122 | +
|
| 123 | +> [Angular 12 + Node.js + Express + PostgreSQL example](https://www.bezkoder.com/angular-12-node-js-express-postgresql/) |
| 124 | +
|
| 125 | +> [Angular 13 + Node.js + Express + PostgreSQL example](https://www.bezkoder.com/angular-13-node-js-express-postgresql/) |
| 126 | +
|
| 127 | +> [Angular 14 + Node.js + Express + PostgreSQL example](https://www.bezkoder.com/angular-14-node-js-express-postgresql/) |
| 128 | +
|
| 129 | +Integration (run back-end & front-end on same server/port): |
| 130 | +> [Integrate React with Node.js Restful Services](https://www.bezkoder.com/integrate-react-express-same-server-port/) |
| 131 | +
|
| 132 | +> [Integrate Angular with Node.js Restful Services](https://www.bezkoder.com/integrate-angular-12-node-js/) |
| 133 | +
|
| 134 | +> [Integrate Vue with Node.js Restful Services](https://www.bezkoder.com/serve-vue-app-express/) |
122 | 135 |
|
123 | 136 | ## Project setup |
124 | 137 | ``` |
|
0 commit comments