Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 356 Bytes

jsonserver

This project aims to provide a simple json backend server to easily test your frontends.

Build Status

Install and getting started

sudo pip3 install jsonserver
jsonserver db.json

... whereas db.json is your json database file.