json-server icon indicating copy to clipboard operation
json-server copied to clipboard

Get a full fake REST API with zero coding in less than 30 seconds (seriously)

Results 291 json-server issues
Sort by recently updated
recently updated
newest added

According to google : https://developers.google.com/privacy-sandbox/3pcd?hl=fr#partitioned I would like to create cookie with attribute Partitioned for CHIPS (Cookies Has Independent Partitioned State). Do you know a way to do it ?

Hi, I have a use case where I want to add a new JSON file without restarting the server. How do I achieve this? I am able to read and...

Hi everyone, Is there a way to also return a file of type "application/pdf" / Blob type from a path using json-server? We have our mocked data under folder /issues/1.js...

Hi! There's a "table" with articles ``` "articles": [ { "id": "1", "title": "Test title 1", "subtitle": "subtitle 1", "userId": "1", "tagsId": ["1"] }, { "id": "2", "title": "Test title...

I have more than 1 json files in project and other json files will be created dynamically during the run time programatically. Different file is using for different purpose, i...

Lets say i have a village, inside the village are houses, inside the house are citizens. so a village hasmany > house hasmany > citizen. When I delete a village...

Hello, I am a beginner learning web development and I am having issues running the json-server package in my GitHub Codespaces. When I try to run it, the page just...

Hi all, I followed the steps but I get this message: ![image](https://user-images.githubusercontent.com/59872560/214386674-0dd25f1e-93c7-46d0-a7a4-5025aa735e09.png) Any ideas what might be wrong ? Thanks.

JSON Server is running GET /db 304 2.237 ms - - GET /__rules 404 1.864 ms - 2 GET /__rules 404 0.507 ms - 2 GET /db 304 0.267 ms...

Is passing a complex object in the request body of a POST to do a READ (like passing a query object to mock an advanced db search) supported in json-server?