The tutorial is organized in 3 parts:
- Application architecture
- Building the RESTful API using ExpressJS
- Building the interface using HTML and JavaScript
Following this tutorial will require you to have basic skills in working with the console, understanding relational databases, have basic programming knowledge (Object Orienting Programming, Algorithms, Data Structures).
We will debug and analyze a real world application available here https://github.com/webtech-superheroes/webtech-hub
In this tutorial you will understand how to use the Sequelize ORM to represent relational databases using Object Oriented concepts