Skip to content

This is a university app that uses Java Swing in the front-end and MySQL at the back-end.

Notifications You must be signed in to change notification settings

uendihoxha/UniApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-Some small changes are needed to completely fit the three tier architecture in this project-

DEPENDENCIES

Make sure to have:

  1. mysql-connector-java-5.1.40-bin.jar
  2. projectdatabase.sql

DESCRIPTION: University App is a software that enables students to perform certain activities about courses and friends.
They can also choose to edit their profile in the app.

ImgName

FEATURES

  1. User can login to the system.
  2. User can check/search all available courses in the system & view details about them.
  3. User can add or drop a course.
  4. User cannot enroll a course that doesn't belong to his/her major.
  5. User can check his courses list.
  6. User can check/search all students in the system.
  7. User can add friends to his friend list.
  8. User can check his friend list.
  9. User can check student's courses.
  10. User can add comments about a course.
  11. User can edit and save his profile information.
  12. User can "Check on recent" to see who has recently joined a course.

INSTRUCTIONS

  1. Download the zip file & extract.
  2. Open Java Project in NetBeans: File -> Open Project -> UendiHoxhaProject.
  3. Importing Database:phpMyAdmin -> Import -> Choose file -> projectdatabase.sql
  4. Connect the JDBC driver(JConnector) by including the it's JAR File in the Project
    • Libraries->(Right Click)ADD JAR File->include file: mysql-connector-java-5.1.40-bin.jar
    • or at Resolve when opening the project

NOTE: Screenshots of the software functioning are provided in the folder "screenshots" in the zipfile.

ImgName

ImgName

About

This is a university app that uses Java Swing in the front-end and MySQL at the back-end.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages