Posts tagged "Sequelize"

Published: April 26 2023

Next.js 13 + MySQL - Connect to MySQL Database with Sequelize in Next.js

How to connect to a MySQL database in Next.js using Sequelize and MySQL2
Published: July 01 2022

Node.js + MS SQL Server - Simple API for Authentication, Registration and User Management

Simple Node.js + MS SQL Server API that supports User Registration, Login and User Management. Includes example front end apps in React, Angular and Vue.
Published: June 30 2022

Node + MSSQL - Auto Create/Update SQL Server Database with Sequelize and Tedious

A quick post to show how to automatically create and update (sync) a SQL Server database on app startup using Sequelize and Tedious
Published: June 26 2022

Node.js + MySQL - Connect to MySQL database with Sequelize & MySQL2

How to connect from Node.js to MySQL using Sequelize & MySQL2, and automatically create/update the MySQL database from code.
Published: June 20 2022

Node.js + MSSQL - Connect to SQL Server with Sequelize & Tedious

How to connect from Node.js to MS SQL Server using Sequelize & Tedious, and automatically create/update the SQL Server database from code.
Published: June 18 2022

Node.js + MS SQL Server - CRUD API Example and Tutorial

Tutorial on how to build a simple Node.js + MS SQL Server API that supports CRUD operations. Includes example front end apps in React and Angular.
Published: November 22 2021

Node.js + MySQL - CRUD API Example and Tutorial

Tutorial on how to build a simple Node.js + MySQL API that supports CRUD operations. Includes example front end apps in React and Angular.
Published: September 17 2020

Sequelize + MySQL - Create database if it doesn't exist

This is a quick post to show how to automatically create a MySQL database on app startup with Sequelize if the database doesn't already exist.
Published: September 08 2020

Node.js + MySQL - Boilerplate API with Email Sign Up, Verification, Authentication & Forgot Password

How to build a boilerplate authentication API with Node.js and MySQL that includes email sign up & verification, authentication & role based authorization, forgot password & reset password functionality, account management (CRUD) routes with role based access control, and Swagger documentation.
Published: August 18 2020

Node.js + MySQL - Simple API for Authentication, Registration and User Management

Simple Node.js + MySQL API that supports User Registration, Login and User Management. Uses Sequelize ORM and includes example client apps built with React, Angular & Vue.
Supported by