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
- 10KB db.json max
- 5 max REST endpoints
- 30 max items per endpoint
- all Servers public
- Requests are cached (1 minute)
GET /posts
GET /posts/:id
POST /posts
PUT /posts/:id
PATCH /posts/:id
DELETE /posts/:id
Get more space, less limits and MORE PARAMETERS by installing JSON Server
by NPM
.