A Fake Ecommerce API by Developer For Developers ###### Get started by consuming it, example: fetch('https://fake-ecommerce-api-cdm5.onrender.com/api/items') .then(res=>res.json()) .then(json=>console.log(json))