This mini-app serves a simple JSON list of 20 cat images.
images courtesy of the cat api.
- Clone down this repo and run
npm install
- Run
npm start
- In the browser, visit
http://localhost:4000/db
and see a list of 20 cat images as JSON. OR, make a GET request withfetch
or AJAX to that same URL.