Skip to content

Kalimshaikh951/java-web-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

🎓 Student Management System

📌 Project Description

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


🚀 Features

  • ➕ Add Student
  • 👀 View Students
  • 🌐 Uses Online Database (FreeDB)
  • 💻 Simple Web Interface

🛠️ Technologies Used

  • Java (Servlets)
  • HTML / CSS
  • Apache Tomcat 10
  • MySQL (FreeDB - Online Database)
  • JDBC (MySQL Connector)

🌐 Database Configuration

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

⚙️ How to Run the Project

  1. Import project into Eclipse
  2. Configure Apache Tomcat 10 server
  3. Add MySQL Connector .jar in WEB-INF/lib
  4. Update database credentials
  5. Run on server
  6. Open browser: http://localhost:8080/freedb_java_student/

🔐 Note

Database credentials are not included for security reasons. Use your own FreeDB account to connect.


👨‍💻 Author

Kalim Shaikh


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors