This is a web-based Student Management System developed using Java Servlets. It allows users to add and manage student records using an online MySQL database (FreeDB).
- ➕ Add Student
- 👀 View Students
- 🌐 Uses Online Database (FreeDB)
- 💻 Simple Web Interface
- Java (Servlets)
- HTML / CSS
- Apache Tomcat 10
- MySQL (FreeDB - Online Database)
- JDBC (MySQL Connector)
This project uses an online database hosted on FreeDB.
To run this project, update the database connection in DBConnection.java:
jdbc:mysql://sql.freedb.tech:3306/freedb_java_student- Import project into Eclipse
- Configure Apache Tomcat 10 server
- Add MySQL Connector
.jarinWEB-INF/lib - Update database credentials
- Run on server
- Open browser:
http://localhost:8080/freedb_java_student/
Database credentials are not included for security reasons. Use your own FreeDB account to connect.
Kalim Shaikh