http://gothub.dev.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.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 " }
}...
1 similar result skipped