Skip to content

A Java-based zoo management system with Swing GUI for handling tasks, locations, and employee data using MySQL database.

License

Notifications You must be signed in to change notification settings

nksz6/ZooDatabase

Repository files navigation

Zoo Database Management System

A Java Swing-based application for managing zoo operations

Homepage of Application

Features

  • Task Management
  • Location Management
  • Employee Management
  • User-friendly GUI

Prereqs

  • Java 21
  • NetBeans IDE
  • MySQL (8.0+)

Database Setup

  1. Install MySQL
  2. Create a new database.
  3. Create your own tables in the database.
  4. Clone the repository.
  5. Update the connection details in DatabaseConnection.java.
  6. Run in NetBeans.
  7. Enjoy!

Extra Screenshots

A screenshot of the tasks page of my application.

A screenshot of the locations page of my application.

About

A Java-based zoo management system with Swing GUI for handling tasks, locations, and employee data using MySQL database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages