Java Student Records Manager

Job ID: 39743830

Budget: ₹12,500 – ₹37,500 INR

I need a compact Core-Java application backed by MySQL that lets me log in with a username and password and then either add a new student or update an existing one. Each student record will only store two fields—name and age—so the database schema stays minimal.

The code should stick to plain JDBC with prepared statements; no frameworks or ORM layers are necessary. Keep it light, clear, and easy to compile on JDK 8 or higher.

Deliverables
• Complete Java project folder (Eclipse or IntelliJ)
• SQL script that creates the required table and drops in a couple of sample rows
• README with setup instructions, database connection details, and a quick rundown of the login flow

Feel free to suggest small quality-of-life extras, but the must-haves are authentication plus the add and update operations.