Setup a Fake Rest-API in 5 steps
Step 1 :
Initialize your npm project with npm init -y
command
Step 2 :
Install the "json-server" package using npm i json-server
Step 3 :
Create a file with .json extension and write your data in JSON format
Step 4 :
Enter the package.json folde...
vishvsalvi.hashnode.dev1 min read