Prerequisite: nodejs Installation of prerequisites Nodejs We Install nodejs. Go to https://nodejs.org/en/ and download the installer. I took the version “12.4.0 Current” We’re checking the installation. node -v v12.4.0 Express-generator Express-generator is an all-in-one tool that allows you to quickly create a node-js application using the express library. Thanks to this generator, it will be […]