Skip to content

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.

Notifications You must be signed in to change notification settings

ozceliksinan/employee-list-java-form-app

Repository files navigation

Employee List Application

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.

sinanozcelik.com

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

sinanozcelik.com

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.

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

Java NetBeans IDE MySQL

Contact Information

You can reach out to me using the following contact details:

Email

Website

I'm always open to development and collaboration. Feel free to reach out to me!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages