@@ -4,13 +4,13 @@ For more detail, please visit:
4
4
> [ Node.js CRUD example with SQL Server (MSSQL)] ( https://www.bezkoder.com/node-js-sql-server-crud/ )
5
5
6
6
Front-end that works well with this Back-end
7
- > [ Axios Client] ( https://www.bezkoder.com/axios-request/ )
7
+ > [ Axios Client] ( https://www.bezkoder.com/axios-request/ ) / [ Javascript Fetch API Client ] ( https://www.bezkoder.com/javascript-fetch/ )
8
8
9
- > [ Angular 8 Client] ( https://bezkoder.com/angular-crud-app/ ) / [ Angular 10 Client] ( https://bezkoder.com/angular-10-crud-app/ ) / [ Angular 11 Client] ( https://bezkoder.com/angular-11-crud-app/ ) / [ Angular 12 Client] ( https://bezkoder.com/angular-12-crud-app/ )
9
+ > [ Angular 8 Client] ( https://www. bezkoder.com/angular-crud-app/ ) / [ Angular 10 Client] ( https://www. bezkoder.com/angular-10-crud-app/ ) / [ Angular 11 Client] ( https://www. bezkoder.com/angular-11-crud-app/ ) / [ Angular 12 Client] ( https://www. bezkoder.com/angular-12-crud-app/ ) / [ Angular 13 Client ] ( https://www.bezkoder.com/angular-13-crud-example/ ) / [ Angular 14 Client ] ( https://www.bezkoder.com/angular-14-crud-example/ ) / [ Angular 15 Client ] ( https://www.bezkoder.com/angular-15-crud-example /)
10
10
11
- > [ Vue 2 Client] ( https://bezkoder.com/vue-js-crud-app/ ) / [ Vue 3 Client] ( https://bezkoder.com/vue-3-crud/ ) / [ Vuetify Client] ( https://bezkoder.com/vuetify-data-table-example/ )
11
+ > [ Vue 2 Client] ( https://www. bezkoder.com/vue-js-crud-app/ ) / [ Vue 3 Client] ( https://www. bezkoder.com/vue-3-crud/ ) / [ Vuetify Client] ( https://www. bezkoder.com/vuetify-data-table-example/ )
12
12
13
- > [ React Client] ( https://bezkoder.com/react-crud-web-api/ ) / [ React Redux Client] ( https://bezkoder.com/react-redux-crud-example/ )
13
+ > [ React Client] ( https://www. bezkoder.com/react-crud-web-api/ ) / [ React Redux Client] ( https://www. bezkoder.com/react-redux-crud-example/ )
14
14
15
15
More Practice:
16
16
> [ Server side Pagination in Node.js with Sequelize] ( https://www.bezkoder.com/node-js-sequelize-pagination-mysql/ )
@@ -19,6 +19,15 @@ More Practice:
19
19
20
20
> [ Node.js Express File Upload with Google Cloud Storage example] ( https://www.bezkoder.com/google-cloud-storage-nodejs-upload-file/ )
21
21
22
+ > [ Node.js: Upload CSV file data into Database with Express] ( https://www.bezkoder.com/node-js-upload-csv-file-database/ )
23
+
24
+ > [ Node.js: Upload Excel file data into Database with Express] ( https://www.bezkoder.com/node-js-upload-excel-file-database/ )
25
+
26
+ > [ Deploying/Hosting Node.js app on Heroku with MySQL database] ( https://www.bezkoder.com/deploy-node-js-app-heroku-cleardb-mysql/ )
27
+
28
+ Security:
29
+ > [ Node.js Express: JWT example | Token Based Authentication & Authorization] ( https://www.bezkoder.com/node-js-jwt-authentication-mysql/ )
30
+
22
31
Associations:
23
32
> [ Sequelize Associations: One-to-Many Relationship example] ( https://www.bezkoder.com/sequelize-associate-one-to-many/ )
24
33
0 commit comments