Now the server application gets its first REST API endpoint implemented. So start the server using npm start
and visit:
http://localhost:8000/api/cat/1
– It responds with a 404http://localhost:8000/api/cat/123
– It responds with a 200 and very little information about a cat