Skip to content

huychau/json-server-multiple-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Server Multiple Files/Resources

JSON Server: https://github.com/typicode/json-server/

Install

Install Global

npm install -g json-server 

Install local

npm install 

Structure

├── README.md ├── fakeapis │   ├── index.js │   ├── posts.json │   └── users.json ├── package-lock.json ├── package.json └── screenshot.png 

Run JSON server

  • npm start: Start json server multiple files

Screen shot

alt text

Note: Check fakeapis/index.js and *.json for more details.

About

Run json-server with multiple files/resources

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published