Angular & Nodejs JWT Authentication fullstack | Nodejs/Express RestAPIs + JWT + BCryptjs + Sequelize + MySQL – Part 2: Build Backend

The tutorial is Part 2 of the series: Angular & Nodejs JWT Authentication fullstack | Nodejs/Express RestAPIs + JWT + BCryptjs + Sequelize + MySQL. Today we’re gonna build a Nodejs Authentication & Authorization RestAPIs that can interact with MySQL database.

Part 1: Overview and Architecture.
Part 3: Build Frontend

Continue reading “Angular & Nodejs JWT Authentication fullstack | Nodejs/Express RestAPIs + JWT + BCryptjs + Sequelize + MySQL – Part 2: Build Backend”

Sequelize Many-to-Many association – NodeJS/Express, MySQL

In the post, we got started with Sequelize One-To-Many association. Today we’re gonna create Sequelize Many-To-Many association models with NodeJS/Express, MySQL.

Related posts:
Sequelize One-To-Many association – NodeJS/Express, MySQL
Sequelize One-To-One association – NodeJS/Express, MySQL
Node.js RestAPIs Download File from Amazon S3 | using Express, AWS-SDK

Continue reading “Sequelize Many-to-Many association – NodeJS/Express, MySQL”