/Express-JS-MongoDB-MVC-Rest-Api

another express js mvc framework using mongo db (noSQL) and mvc design pattern to make restfull api's calls, there is also jwt to protect routes

Primary LanguageJavaScript

Understanding MVC pattern in Nodejs

node

javascript

webdev

mongodb This is part two of the Test-driven Development with Nodejs, Express, Mongoose & Jest, in part one, we set up our development environment and ran our first test. In this tutorial, we will focus on building the endpoints using the MVC Architecture.

Definition of terms MVC - Model View Controler

Model View Controller is a software architectural pattern that involves the separation of the application logic into three interconnected elements the Model, View, and Controller.

Restful API

REST is an acronym for Representation State Transfer, API on the other hand is an acronym for Application Programme Interface. A RESTful API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data.