In this tutorial series, you’ll learn how to get started with building a web app using Express, Sequelize and MySQL. This will be a multi part tutorial series.

You’ll be using Express web framework, Sequelize ORM and MySQL database for creating the web application. You’ll also learn how to write unit test cases for the web application.

What You Are Going To Build

You’ll be creating a simple Task management system where users can create different tasks and assign them to other users. The Task managemen system will have the following features :

  • User will be able to sign in and logout from the system
  • Admin will have the feature to add and delete users.
  • Users will be able to create, edit , delete and assign tasks based on their roles.

Building An App Using Express, Sequelize and MySQL

Chapters in this series ….