/node

Primary LanguageJavaScript

Clone from

https://github.com/HardikSJain/node-setup

To run

npm run dev

Middleware

Middlewares are functions that are placed in the path of request that are received by the backend API

Types
  1. Built-in
    • express.static
    • express.json
  2. Custom
    • errorHandler
    • logger
  3. 3rd party
    • cors

Packages

  • express
  • nodemon -D
  • date-fns
  • uuid
  • cookie-parser
  • cors