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

3
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

3