An open API service indexing awesome lists of open source software.

https://github.com/chandima2000/java-swing-mysql-login-system

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.
https://github.com/chandima2000/java-swing-mysql-login-system

java mysql-database signin-form signup-form swing

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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.