Skip to content

CodeX-ByAadhi/placement-tracker-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Placement Tracker System

Overview

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.

Features

  • 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

Technologies Used

  • Java
  • Spring Boot
  • Spring Data JPA
  • MySQL
  • Thymeleaf
  • Bootstrap
  • Maven

Setup

Create database:

CREATE DATABASE placement_tracker_db;

Edit:

src/main/resources/application.properties

Set your MySQL password:

spring.datasource.password=YOUR_MYSQL_PASSWORD

Run:

mvn spring-boot:run

Open:

http://localhost:8080

Screenshots

Dashboard

Dashboard

Applications

Applications

Add Application

Add Application

Reports

Reports

About

A Placement Tracker System built using Java, Spring Boot, and MySQL for managing job applications, interview rounds, offer status, and placement analytics.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors