Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Java Cats and Dogs

Introduction

This project is used as a sample project to show how to use IntelliJ with GitHub

Application Results

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"
    }
]

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages