Back end of Server Management App.
This server was created using Java Spring Boot and MySQL. Spring Boot connected to MySQL using the JPA package. This MySQL database can be interacted with using API calls.
Front End Link: https://github.com/DrewWalt/Server-Front-End.git
Must go into application.yml folder foound in Server-Back-End/src/main/resources/ and change the password, username, and url to apply to your database.
Run ServerApplication.java found in Server-Back-End/src/main/java/io/gateways/server/ to run the back end.