How to connect to a MySQL database in Next.js using Sequelize and MySQL2
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.
A quick post to show how to automatically create and update (sync) a SQL Server database on app startup using Sequelize and Tedious
How to connect from Node.js to MySQL using Sequelize & MySQL2, and automatically create/update the MySQL database from code.
How to connect from Node.js to MS SQL Server using Sequelize & Tedious, and automatically create/update the SQL Server database from code.
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
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
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
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
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.