Skip to content

🍩 [Spring Boot + SQL] - A web API that returns JSON data on characters from The Simpsons.

Notifications You must be signed in to change notification settings

dknific/springfield-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springfield-api

Java + Spring Boot = A web API that returns info on characters from The Simpsons.

Try it out!

Try the endpoints yourself in the live demo!

Available Endpoints

GET /api/characters

  • Returns an array of all characters in the SQL DB.

GET /api/characters/{id}

  • Returns info on a Simpsons character given their GUID in the table.

Schema

SimpsonsCharacter = {
  UUID guid,
  String firstName,
  String lastName,
  String occupation,
  Int age,
  String voicedBy
}

About

🍩 [Spring Boot + SQL] - A web API that returns JSON data on characters from The Simpsons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages