/json-server-framework

JSON-Server based framework for collaboration to mock REST API

Primary LanguageJavaScript

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.