Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maneeshavr/dehiwala_zoo_management_system
Zoo management system for Dehiwala Zoo, built with Java, JavaFX, and MySQL. Manages animal classifications and employee records through a user-friendly interface.
https://github.com/maneeshavr/dehiwala_zoo_management_system
java javafx mysql
Last synced: 5 days ago
JSON representation
Zoo management system for Dehiwala Zoo, built with Java, JavaFX, and MySQL. Manages animal classifications and employee records through a user-friendly interface.
- Host: GitHub
- URL: https://github.com/maneeshavr/dehiwala_zoo_management_system
- Owner: ManeeshaVR
- Created: 2023-05-22T13:20:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-20T10:56:31.000Z (5 months ago)
- Last Synced: 2024-11-08T19:47:04.388Z (about 2 months ago)
- Topics: java, javafx, mysql
- Language: Java
- Homepage:
- Size: 3.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dehiwala Zoo Management System
## Overview
The **Dehiwala Zoo Management System** is a Java-based application designed to efficiently manage zoo operations. This system provides functionalities for managing animals according to various classifications and handling employee information. Built using Java, JavaFX, and MySQL, it aims to streamline zoo management tasks and improve operational efficiency.## Features
- **Animal Management**: Classify and manage zoo animals based on species, habitats, and other attributes.
- **Employee Management**: Maintain records of zoo employees, including their roles, schedules, and personal information.
- **User Interface**: Intuitive and user-friendly interface created with JavaFX for seamless interaction.
- **Database Integration**: MySQL database integration for secure and efficient data storage and retrieval.## Technologies Used
- **Java**: Programming language used for application logic.
- **JavaFX**: Framework for building the graphical user interface (GUI).
- **MySQL**: Database management system for storing animal and employee data.## System Requirements
- Java Development Kit (JDK) 1.8 or higher
- MySQL 8.0 or higher## How to Use
1. **Clone the repository:**
```sh
git clone https://github.com/ManeeshaVR/Dehiwala_Zoo_Management_System
cd Dehiwala_Zoo_Management_System
```2. **Set up MySQL Database:**
- Create a MySQL database.
- Update the database connection details.