Day 14 - Express.js - Full Stack Web Dev Bootcamp
Details
Learn to build a backend server using the Node.js (Serverside JavaScript) programming language with the Express library framework.
JavaScript originated as the language of the web to manipulate HTML documents, but today it can also be used outside the browser as a general-purpose programming language called NodeJS. One popular way to build HTTP web servers with Node.js is using the Express framework, a third-party library that can be installed via a package manager such as NPM (Node Package Manager).
Make sure you have Nodejs and NPM installed. Usually, NodeJS comes bundled with NPM as well.
JavaScript
nodeJS
Web Development
Learn to Code
ExpressJs