Tutorial built with Node.jsSequelize and MySQL

Other versions available:

In this tutorial we’ll go through an example Node.js + MySQL API that supports user registration, login with JWT authentication and user management.

The api is written in JavaScript for Node.js and requires MySQL to be running. The Sequelize ORM is used to connect to MySQL, define the database schema and read/write data, and Express is used as the web server for the api.

The tutorial includes example front end apps built with React, Angular and Vue that can be easily ‘plugged in’ to the api.

The project is available on GitHub at  https://github.com/cornflourblue/node-mysql-registration-login-api.

#node.js #mysql #api

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