Skip to content

this repository about Node.js, Express, MongoDB and much more..

Notifications You must be signed in to change notification settings

progmamun/mastering_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config

js style airbnb

  • yarn add -D eslint prettier eslint-config-prettier eslint-plugin-prettier eslint-config-airbnb eslint-plugin-node eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react

NODE.js

  • Node.js is a JavaScript Runtime built on google's open-source V8 Javascript engine. 🤔

Why and when to use Node.js?

http status

express api rest-architecture express-cycle security


avoid repeating the try/catch code

const asyncHandler = (fn) => (req, res, next) =>
  Promise.resolve(fn(req, res, next)).catch(next);

  • Node Project:
  1. Quiz app
  2. Forum (Like Reddit)
  3. Restaurant Management
  4. Social NetWork

About

this repository about Node.js, Express, MongoDB and much more..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published