https://github.com/ozceliksinan/employee-list-java-form-app
This repository contains a Java Program aimed at making employee management easier for organizations or businesses. The program covers all functions necessary to manage employees.
https://github.com/ozceliksinan/employee-list-java-form-app
employee-management java java-application java-dbms-crud mysql
Last synced: 7 months ago
JSON representation
This repository contains a Java Program aimed at making employee management easier for organizations or businesses. The program covers all functions necessary to manage employees.
- Host: GitHub
- URL: https://github.com/ozceliksinan/employee-list-java-form-app
- Owner: ozceliksinan
- Created: 2024-02-13T08:19:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T15:07:01.000Z (about 1 year ago)
- Last Synced: 2024-12-07T21:15:34.934Z (10 months ago)
- Topics: employee-management, java, java-application, java-dbms-crud, mysql
- Language: Java
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
##
Employee List Application
For the application to work, the file calisanlardb.sql located in the root directory must be included in phpMyAdmin.
Enter phpMyAdmin and create a new database. Let's name the database we have created as calisanlarprojesidb.

Then, let's import the calisanlarprojesidb.sql file in our project file into the database we have created.

As the last step, let's open the /src/database.java file in edit mode and fill in the necessary information for the database according to you.
```java
public class Database {public static final String kullanici_adi = "root"; // PhpMyAdmin username
public static final String parola = "sinan123"; // PhpMyAdmin password
public static final String db_ismi = "calisanlarprojesidb"; // Database Name
public static final String host = "localhost"; // Server Name
public static final int port = 3306; // Server Port
}
```Authentication Informations:
```
Username: admin
Password: admin
```##
Build With


##
Contact Information
You can reach out to me using the following contact details:
[](mailto:info@sinanozcelik.com)
[](https://sinanozcelik.com)
I'm always open to development and collaboration. Feel free to reach out to me!