This project is all about to show the performance of Intellij using GitHub
Using the provided seed data, the given endpoint will produce the stated output. Expand each endpoint to see it's correct output.
http://localhost:8080/dogs
[
{
"dogid": 1,
"dogname": "Dottie"
},
{
"dogid": 2,
"dogname": "Ginger"
},
{
"dogid": 3,
"dogname": "Mojo"
}
]http://localhost:8080/cats
[
{
"catid": 4,
"catname": "Tiger"
}
]