This is an index. You can see the complete documentation step by step here: Link to: Workflow to create backend with NodeJS.
You can also see the FULL publication in Medium.
-
Install NodeJS and ExpressJS.
-
Create Folder structure.
-
Set Express.
-
Definition of MVC entities.
-
MVC: Create Routes.
-
MVC: Modularize and create routes files (entities).
-
MVC: BREAD entities.
-
MVC: Create controllers files.
-
MVC: Tell routes the controller method.
-
MVC: Create the controller standard methods.
-
In this part of the process the control methods should show the results. The database is in charge of displaying the results.
-
1. aEdit the methods of the controller from the database.md. -
1. bEdit the methods of the controller using JSON files.md.
Another option is to send the views directly instead of the API, in this case with EJS as template engine.

