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

I want to use Termux simulator to build JSON-Server on my mobile phone. My problem is that I cannot connect to the JSON-Server using the IP (http://192.168.43.16:3000) on another computer....

Ordering the server to watch for changes in the database file will sometimes cause the server to reload the database after a PATCH request. The server will be offline during...

I am working with JSON data that contains arrays of class data. At some point, I need to remove all of the items from the arrays to start processing over...

I got a `routes.json` file that I use to add some aliases as explained here: https://github.com/typicode/json-server#add-custom-routes My `routes.json` looks like this: ``` { "/my/custom/route/*": "/$1" } ``` and it works...

I am looking way to directly modify an entry from the server itself, specifically a unique id counter.  I am guessing that all should be done with requests, but I...

Hi, nice idea the json-server! Could you add support for adapters for other data formats? There's already a request for YAML in #546, I prefer CESON, TOML would be nice...

If I have a json file like this ``` { "albums": [ { "name": "Album 1", "releaseDate": "2018-01-01", "songs": [ { "id": 1 }, { "id": 2 } ] },...

Hey @typicode , seems like this project is no more maintaiend? There are over 500 open issues and 72 pull requests. For example loading Typescript files instead of json (even...

Hi, first, I'd like to say thank you for this awesome tool! I'm not sure if this is the expected behavior or not. ## Issue and Steps to Reproduce -...

When doing a `POST` request to create a new nested resource, its foreign key is parsed as string, as opposed to integer. This causes the parent to not recognize its...