http://gothub.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/typicode/json-server
Install npm install json-server Usage Create a db.json or db.json5 file { " posts " : [
{ " id " : " 1 " , " title " : " a title " , " views " : 100 },
{ " id " : " 2 " , " title " : " another title " , " views " : 200 }
], " comments " : [
{ " id " : " 1 " , " text " : " a comment about post 1 " , " postId " : " 1 " },
{ " id " : " 2 " , " text " : " another comment about post 1 " , " postId " : " 1 " }
], " profile " : { " name " : " typicode " }
} View db.json5 example { posts : [ {...
2 similar results skipped