Skip to content

UWW's alumni web application. Calculates and displays various graduate statistics from MySQL database of graduates from the computer science department. Front end uses Java Server Pages. Implements Google Maps API and Word Cloud. See average salary, employment rate, employer and school locations, and more.

Notifications You must be signed in to change notification settings

ereilly89/uww-alumni-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

UWW ALUMNI DATABASE APPLICATION

This app was built with JSP (Java Server Pages) using Apache Tomcat v9.0 with MySQL database. This was a team effort with help from Anthony Meyer, Casey Thimm, and Tanner Lory.

webpage_full

Database Schema

Alumni(alumniID(primary key), first_name, last_name, email, phone, linkedIn, grad_student(boolean), employed(boolean))

Degree(degreeID(primary key), type, major, minor, honors, graduation, alumniID(foreign key))

Employee(employeeID(primary key), position, starting_salary, start_year, end_year, employerID(foreign key))

Employer(employerID(primary key), employer, city, state, feedback)

School(schoolID(primary key), school, city, state)

Student(studentID(primary key), degree_desired, schoolID(foreign key))

About

UWW's alumni web application. Calculates and displays various graduate statistics from MySQL database of graduates from the computer science department. Front end uses Java Server Pages. Implements Google Maps API and Word Cloud. See average salary, employment rate, employer and school locations, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published