Skip to content

Lakro/dtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

QUICK DATA SERVER FOR TESTING

Just place database as json-file in a public Github resporitory.

To use with:
My JSON Server from typicode.com

Call with:
https://my-json-server.typicode.com/Lakro/dtest

LIMITS OPEN SOURCE (for free use)

  • 10KB db.json max
  • 5 max REST endpoints
  • 30 max items per endpoint
  • all Servers public
  • Requests are cached (1 minute)

API

GET    /posts
GET    /posts/:id
POST   /posts
PUT    /posts/:id
PATCH  /posts/:id
DELETE /posts/:id

MORE PARAMETERS BY INSTALLING

Get more space, less limits and MORE PARAMETERS by installing JSON Server by NPM.

Typico JSON Server to self install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published