Initialization

Make a folder on your desktop and initialize  npm init  and install express with

npm init -y
npm i express

Then make a folder naming API in it with a file index.js  

Folder structure

 

Discussion

3

0