This project is used as a sample project to show how to use IntelliJ with 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"
}
]