This application was made for my Web Development class. This SpringBoot app was made to create job listings for tech companies specifically. The CRUD repositiory is implemented to enable a few basic UI features for the project.
--TECH STACK--
Spring Boot
Spring Data JPA
Hibernate
Thymeleaf
MySQL
You can connect this project to a local database through the application.properties file. Just unmark and add your information.
To run the project, clone or download it.
git clone https://github.com/AndrewGrantt/TechJobs-Persistent-SpringBoot-App.git
Then you will import the program into your IDE and use bootRun to start the Gradle app.
Once you are running, hop over to http://localhost:8080/ to view the application



