Installation
Quickly convert a bunch of json files to a REST server.
This guide will help you get started with JSON Express, including how to run, customize, and integrate your project!
First, you need to make sure that you have Node and NPM installed on your machine.
Install json-express
via npm
$ npm i -g @json-express/core
Say you don't want to pollute your global space, yet use json-express to fast prototyping. You can install it locally, in which you wish to run your mock server
$ cd your-server-dir
$ npm install @json-express/core