Skip to content

This project implements a simple SignUp and SignIn system using Java Swing for the graphical user interface and MySQL for the database connection. Users can create a new account with SignUp and then log in using SignIn.

Notifications You must be signed in to change notification settings

chandima2000/Java-Swing-MySQL-Login-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Java-Swing-MySQL-Login-System

This project implements a SignUp and SignIn form using Java Swing for the UI and MySQL for the database connection.

Features

  • SignUp: Allows users to create a new account by entering their details.
  • SignIn: Allows existing users to sign in using their username and password.
  • MySQL Database: Stores user information securely.

Requirements

  • Java Development Kit (JDK)
  • MySQL Database
  • MySQL Connector/J (JDBC driver for MySQL)

How to Run

  1. Clone this repository.
  2. Set up your MySQL database and configure the connection in the code.
  3. Compile and run the Main.java file.

Usage

  • Use the SignUp form to create a new account.
  • Use the SignIn form to log in to an existing account.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

This project implements a simple SignUp and SignIn system using Java Swing for the graphical user interface and MySQL for the database connection. Users can create a new account with SignUp and then log in using SignIn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages