Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.08 KB

File metadata and controls

38 lines (28 loc) · 1.08 KB

A best practice for using express and middleware

image

As developer always create a new projects or take a created project, and the first thing we see is the other programer has other methos or use other techicas to develop. This repository is a simple project where can find a how you can use middleware friendly way form. Let's code!

Objetive

  • Learn a friendly way form to use middleware with expressJS

Requirements

  • Node >= 8.10
  • npm >= 5.6

Installation

Clone this repository

git https://github.com/ideas2codedev/Best-practice-nodejs-express-middleware.git

Move to root folder and run:

npm install

Now let's start our application run:

npm start

Key code

image

Resources & Credits

NodeJS

https://nodejs.org

Express

https://expressjs.com/