python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Sorting Data of a GET request from an fake rest api (npm json-server) by creation time reverse
I created a fake Rest API with JSON-Server for my todo app.
Is it possible to sort the data by creation time. so that the latest todos appear in first place
eaP4D
Votes: 0
Answers: 1
package an electron app which uses json-server with concurrently
I have built a react application which uses json-server as a fake api backend. I want to package this app with electron.js as a windows application. I was able to use concurrently in the start script ...

Ali Naji
Votes: 0
Answers: 0
combining json-schema-faker schemas into one file
I'm using faker to generate multiple schemas and want to combine the resolved results into one file called ./db.json not multiple files so I can use that file in json-server.
I have it currently setup...
me-me
Votes: 0
Answers: 1
Fetching data from json server in vue with axios
I would like to know is there is a way to do something like this without backend. I am calling all data from json server and displaying on home page:
async created() {
try{
con...

Edin Osmic
Votes: 0
Answers: 1