Skip to content

Code, Examples and explanations to learn The backend Framework Express.js

Notifications You must be signed in to change notification settings

sebaguzman13/express-course

 
 

Repository files navigation

Express.js Course

Course Requiriments

  • HTML, CSS Basics
  • Node.js Basics
    • Javascript
  • How to use Command Line

installation

  • installation: npm i express --save

Index

  • server-with-node
  • hello world with Express
  • middlewares/
  • routing/
  • https
  • http-objects/
  • apis/
  • views/

Examples

Useful Commands

  • To start a New Project: npm init --yes
  • TO install Express framework: npm install express --save

Useful Libraries

  • nodemon: npm i nodemon --global
  • helmet
  • mongodb

About

Code, Examples and explanations to learn The backend Framework Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • HTML 4.0%