###### 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))
A Fake Ecommerce API by Developer For Developers: Testing, Prototyping Ecommerce Stores or Websites, whatever you want
JavaScript