This is a simple Login and Registration System built using Java and JDBC. Users can register with their details and log in using the same credentials. User data is stored in a database and validated during login.
- User Registration
- User Login with validation
- Database connectivity using JDBC
- Java
- JDBC
- MySQL
The purpose of this project is to understand how Java applications connect to a database using JDBC and how user authentication systems work in backend development.