Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 383 Bytes

readme.md

File metadata and controls

22 lines (12 loc) · 383 Bytes

Fast JSON API server

This is fast server implemented using json-server

Requirements

  1. Linux / MacOS
  2. NodeJs (nvm)

Getting started

To install dependencies run:

npm i

To initialize json data bases run:

npm run init

To start server run:

npm run start -- %filename.db.json%