University Finder is a Java-based application that helps users search for universities worldwide. It allows filtering by country, name, and other relevant criteria, providing an easy way to explore higher education institutions globally.
- Search universities by name, country etc
- View detailed information about each university
- User-friendly interface for quick access to academic institutions
- Integration with external APIs or databases for up-to-date university data
- Java (NetBeans)
- Database (MySQL/Derby)
- GitHub for version control
The application uses a Derby/MySQL database to store university data.
The database and its tables are automatically created when the application runs for the first time, so no manual setup is required.
GitHub Repository:
UniApp – GitHub Repository
- When the application starts, it checks if the database exists.
- If the database is missing, it is created dynamically along with all necessary tables.
- No manual database installation is required.