1. Getting Started
  2. Installation

Installation

JSON Express - A JSON to REST server

Quickly convert a bunch of json files to a REST server.

Quick setup

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 globally

    Install json-express via npm

    $ npm i -g @json-express/core
  • Install JSON Express locally

    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