Skip to content

patrickdang/videogame_data_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

videogame_data_api

A simple API with REST functions made using Springboot

VideogamesApiDataApplication.java

  • Starting point into the application

DisplayController.java

  • Starting point into app is localhost:8080/showCreate
  • Controller used to display .jsp files to page
  • Implements functions to create list of video games
  • Lets user edit and delete items from a list of video games

showCreate DisplayVG

Videogame.java

  • Videogame model with member variables and getters and setters

VideogameController.java

  • Calls the basic REST functions: GET, POST, PUT, DELETE

VideogameRepository.java

  • An interface that extends CrudRepository to get all the basic CRUD functions

VideogameService.java

  • Implements the basic REST operations: GET, POST, PUT, DELETE

PostmanGETfunction

About

A simple API with REST functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages