A Placement Tracker System built using Java, Spring Boot, Thymeleaf, Bootstrap, and MySQL to manage placement applications, interview rounds, offer status, and placement progress reports.
- Dashboard with placement statistics
- Add, edit, delete placement applications
- Track company name, role, location, package, applied date, status, and interview round
- Search applications by company or role
- Reports page for placement progress
- MySQL database integration
- Java
- Spring Boot
- Spring Data JPA
- MySQL
- Thymeleaf
- Bootstrap
- Maven
Create database:
CREATE DATABASE placement_tracker_db;Edit:
src/main/resources/application.properties
Set your MySQL password:
spring.datasource.password=YOUR_MYSQL_PASSWORDRun:
mvn spring-boot:runOpen:
http://localhost:8080