Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 469 Bytes

json-server-framework

framework upon framework :)

created upon json-server. can merge multiple json into one db for modularizing the data files for users to work on this and quickly fake the data.

  • server arguments.
  • port - specifies the port number to bind on. default is 3000
  • dataFolder - user directory for reading the additional json file for adding to the DB file.
  • dbFile - primary data holding json file from which the json-server runs upon.