JSON API Server
JSON API Server on Node.js enables retrieving and updating JSON objects to test Data Manipulation panel.
Features
- CORS enabled.
- Update requests can be
PATCH
,POST
, orPUT
. - Includes the Docker image to get started.
Example
server-json/server.ts
loading...