-Some small changes are needed to completely fit the three tier architecture in this project-
DEPENDENCIES
Make sure to have:
- mysql-connector-java-5.1.40-bin.jar
- 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.
FEATURES
- User can login to the system.
- User can check/search all available courses in the system & view details about them.
- User can add or drop a course.
- User cannot enroll a course that doesn't belong to his/her major.
- User can check his courses list.
- User can check/search all students in the system.
- User can add friends to his friend list.
- User can check his friend list.
- User can check student's courses.
- User can add comments about a course.
- User can edit and save his profile information.
- User can "Check on recent" to see who has recently joined a course.
INSTRUCTIONS
- Download the zip file & extract.
- Open Java Project in NetBeans: File -> Open Project -> UendiHoxhaProject.
- Importing Database:phpMyAdmin -> Import -> Choose file -> projectdatabase.sql
- 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.