An introduction to Express.JS and it's functionalities
Getting started with Express
We will start by installing Express. Use the following command and it will install Express :
npm i express
If your folder is not having package.json folder you need to run npm init or npm -y initfirst.
After running npm i...
siddhantsiddh15.hashnode.dev7 min read