https://my-json-server.typicode.com/barkanb/demo
fetch('https://my-json-server.typicode.com/barkanb/demo/db') .then(response => response.json()) .then(json => console.log(json))
Fork it and change db.json values or create a repo with a db.json file.