Revision 2022. TARGET This tutorial is the 4th step of the series and its code evolves from the 3rd step. The target is to apply Object-Oriented and MVC architecture concepts for a Todo site using relationship, where: Todo 1 ——– + TodoItem One Todo may have one or more TodoItem instances. The concepts seen … Read More “NODE.JS: SEQUELIZE: MVC Project – 4TH STEP” »
Category: data persistence
Data warehouse, Business intelligence (BI), Data exploration, Data integration, etc.
data persistence, database, javascript, web design
data persistence, database, javascript, node.js, web design
Revision 2022. TARGET This tutorial is the 3rd step of the series and its code evolves from the 2nd step. The target is to apply Object-Oriented and MVC architecture concepts. The controller (the router) delivers to a business layer that accesses the persistence. FAST START FOR THE IMPATIENT – Help for linux (debian/ubuntu) install: … Read More “NODE.JS: SEQUELIZE: EVOLVING PERSISTENCE AND CREATING BUSINESS LAYER – 3RD STEP” »