A simple API with REST functions made using Springboot
- Starting point into the application
- 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
- Videogame model with member variables and getters and setters
- Calls the basic REST functions: GET, POST, PUT, DELETE
- An interface that extends CrudRepository to get all the basic CRUD functions
- Implements the basic REST operations: GET, POST, PUT, DELETE