Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 903 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 903 Bytes

Build Status

duck-json-server

Fake REST API for Wealthy Laughing Duck project.

software used

usage

  • fetch git submodules: git submodule init, git submodule update
  • generate fake database - npm run generate
  • start fake REST API - npm start

By default, the API will listen on http://localhost:3000.

git submodule

This repository requires to fetch this git submodule first (learn how to fetch it).