prerequisite software node, express, npm, yarn, or any code editor Step 1: create a folder like node-api in desktop or any location in your computer Step 2: open VS Editor > Terminal (keyboard command : Ctrl + ~) then run yarn init . Create a package.json file Step 3: create a index.js file into node-api…Continue reading Data read from an array
Tag: node
Create your first NODE server
prerequisite software node, express, npm, yarn, or any code editor Step 1: create a folder like node-api in desktop or any location in your computer Step 2: open VS Editor > Terminal (keyboard command : Ctrl + ~) then run yarn init . Create a package.json file Step 3: create a index.js file into node-api…Continue reading Create your first NODE server