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 303 json-server issues
Sort by recently updated
recently updated
newest added

Hello, I added the ability to full-text search for selected fields. ``` GET /posts?q=search-text&attr=fieldName1,fieldName2,fieldName3,etc ``` When no field is specified, the search works as before.

Add an option (--wrapper or -W) that is used to set a wrapper for the returned json Close #477

I ran into an issue where my some of my routes with parameters weren't behaving as expected. Turns out that in the current rewriter, routes without parameters match any requests...

This PR allow building routes custom using express.router() in source file JS ```json-server router.js``` Use case ex: router.js ```javascript var path = require('path'); module.exports = function() { var express =...

- [x] bind to proper port - [x] add deploy button to readme - [x] update npm start script to include db.json (please let me know if this can be...

Hi gays in last version your best json-server regret q=... is not working

How to delete the data with guids 4ddEAF87-8De8-Cdd6-ad7B-A2df961418d4 and 429FAcdF-Ef88-5fFD-D25D-4f4cEf615D7D in the following data? ```json [ { "guid": "4ddEAF87-8De8-Cdd6-ad7B-A2df961418d4", "accountName": "dlhcsqtsgq", "isAvailable": true, "gender": "女", "mobile": "17971602856", "email": "[email protected]", "department":...

I would like to delay the response time about 30s for testing loading case. Is it possible?

![Untitled](https://github.com/typicode/json-server/assets/147684923/aa3baf87-40ed-4ddf-a270-c271c9d9ff85) i'm student. I cannot post any form encode except json =((