Skip to content

bloominstituteoftechnology/java-catsanddogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published