A web application designed to manage hospital operations, including patient registration, appointment scheduling, and medical records. Built using Node.js, EJS, and MySQL for a robust and dynamic user experience.
- User authentication
- Patient management
- Appointment scheduling
- Medical record management
- Admin dashboard for monitoring operations
- Clone the repository:
git clone https://github.com/sanjanb/hospital-billing-management.git
- Navigate to the project directory:
cd hospital-management-system
- Install dependencies:
npm install
- Set up the MySQL database and update the connection details in
config.js
.
Run the application:
npm start
Access the app at http://localhost:3000
.
Feel free to contribute by creating pull requests or opening issues.
This project is licensed under the MIT License.