Skip to content

JPDevM/NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Articles

This is an index. You can see the complete documentation step by step here: Link to: Workflow to create backend with NodeJS.

1. Workflow to create backend with NodeJS

You can also see the FULL publication in Medium.

frameworks_logos

  • 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. a Edit the methods of the controller from the database.md.

  • 1. b Edit 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.

About

this is a repository for learn node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •