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.
- Host: GitHub
- URL: https://github.com/chandima2000/java-swing-mysql-login-system
- Owner: chandima2000
- Created: 2024-02-15T15:06:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T15:14:06.000Z (over 2 years ago)
- Last Synced: 2025-06-30T12:44:44.182Z (12 months ago)
- Topics: java, mysql-database, signin-form, signup-form, swing
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.