Skip to content

gurindernarang/json-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

How to setup JSON Server

Clone this repository using the following command

git clone git@github.com:gurindernarang/json-server.git

Install JSON Server globally on your system, using

npm install -g json-server

After sucessfull installation of json-server and cloning this repository, move into this folder and run json-server on your system using following command

json-server --port 3001 --watch db.json

Note: PORT should be 3001 as it is right now hardcoded in the code

About

JSON server documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published