This is a Java-based web application that manages patient registrations, appointments, and user logins for a hospital. Built using Servlets, JSP, and MySQL, this project provides a basic hospital workflow management interface for both admins and patients.
Features
🧾 User Registration: Patients can register with email, password, and personal information.
🔐 Login System: Authenticates users securely and redirects based on role (Admin/Patient).
📄 Dynamic Dashboard: Displays personalized content after login.
🏥 Appointment Management: Patients can book appointments; admins can view and manage them.
🗃️ MySQL Integration: Data like user records and appointments are stored in a structured database.
📤 Auto Login After Registration: Once registered, the user is automatically logged in and redirected to their dashboard.
https://github.com/Ashish-bbg/Hospital-Man...