/nodefetch-api-example

This repo has code to fetch data from backend service and return data in JSON format

Primary LanguageJavaScript

Application initializaiton instructions

npm init -y

npm i express --save-prod

npm i nodemon --save-dev

npm i nodefetch --save-prod

Add below scripts in package.json file

"start": "node index.js", "dev": "nodemon index.js",

Add index.js