json-server
json-server copied to clipboard
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
json-server depends on a [vulnerable version of got](https://github.com/advisories/GHSA-pfrx-2q88-qq97) (by way of update-notifier -> latest-version -> package-json -> got). Updating update-notifier to 6.0.2 would resolve this (but I'm not sure how...
I ran the server on my RPi and I keep getting "connection refused" error. What should I do?
I am creating a new table eg "table_123" I wont to add a new entry in the json like this table_123 : [] So that I can use the url...
db.js `module.exports = () => { const data = { users: [] } // Create 1000 users for (let i = 0; i < 1000; i++) { data.users.push({ id: i,...
I get the following error when I try to launch JSON server (global install) with the following parameters: `json-server -port=3002 --watch db.json` `db.json` is at the root of the folder...
Why could this be? GET and POST work well, with similar parameters. Why 404 not found?
figrue out, reason is my database software export json data process field to dd-mm-yyyy _Originally posted by @H0nGzA1 in https://github.com/typicode/json-server/issues/1347#issuecomment-1186132196_
I need a docker image version of JSON server
Is it possible filter by date range? I have 2 fields `from_date` and `to_date`, is there any way to filter by range?