Skip to content

Watches multiple JSON files and concatenates them into a single db.json file to be served by json-server. This provides an easy way to add APIs on the fly since json-server will only look at a single file.

jmlivingston/dev-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEV REST API

Summary

Watches multiple JSON files and concatenates them into a single db.json file to be served by json-server. This provides an easy way to add APIs on the fly since json-server will only look at a single file.

Important The file must contain an array. The property name will be used as the API name.

Installation

`npm install`

Run

`npm start`

Resources

json-server

About

Watches multiple JSON files and concatenates them into a single db.json file to be served by json-server. This provides an easy way to add APIs on the fly since json-server will only look at a single file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published