Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.36 KB

File metadata and controls

37 lines (19 loc) · 1.36 KB

TechJobs-Persistent-SpringBoot-App

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.

techjobs

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.

start app

Once you are running, hop over to http://localhost:8080/ to view the application

Screenshot 2022-12-04 191052

Screenshot 2022-12-04 184323