Skip to content

Commit 3a38b91

Browse files
committed
readme updated
1 parent fba41d2 commit 3a38b91

File tree

3 files changed

+49
-56
lines changed

3 files changed

+49
-56
lines changed

README.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,48 @@
1-
# hospitalManagementApi
1+
<div align="center">
2+
## Backend NodeJs Development
3+
4+
![](https://img.shields.io/badge/NodeJs-ebdcff?style=flat&logo=node.js&logoColor=black) ![](https://img.shields.io/badge/ExpressJs-ebdcff?style=flat&logo=express&logoColor=black) ![](https://img.shields.io/badge/Javascript-ebdcff?style=flat&logo=javascript&logoColor=black) ![](https://img.shields.io/badge/MongoDB-ebdcff?style=flat&logo=mongodb&logoColor=black) ![](https://img.shields.io/badge/Mogoose-ebdcff?style=flat&logo=mongoose&logoColor=black)
5+
6+
</div>
7+
8+
# Hospital Management System
9+
10+
The Hospital Management System is a web application designed to streamline and automate various administrative and operational tasks in a hospital or healthcare facility. It provides functionality for managing doctors, patients, appointments, medical services, and more.
11+
12+
## Features
13+
14+
- User-friendly interface for easy navigation and usage.
15+
- Secure authentication and authorization mechanisms.
16+
- Manage doctors: Add, edit, and delete doctor profiles with their specialties, qualifications, and contact information.
17+
- Manage patients: Add, edit, and delete patient records with their personal information, medical history, and contact details.
18+
- Manage appointments: Schedule, update, and cancel appointments between doctors and patients.
19+
- Manage medical services: Maintain a list of available medical services offered by the hospital.
20+
- View and search functionality for doctors, patients, and appointments.
21+
- Dashboard for administrators to monitor system activities and generate reports.
22+
- Integration with external systems or APIs for additional functionality.
23+
24+
## Technologies Used
25+
26+
- Node.js
27+
- Express.js
28+
- MongoDB
29+
- Mongoose
30+
- JavaScript
31+
32+
## Installation
33+
34+
1. Clone the repository: `git clone https://github.com/your-username/hospital-management-system.git`
35+
2. Install the dependencies: `npm install`
36+
3. Set up the database connection in the `config/db.js` file.
37+
4. Start the application: `npm start`
38+
5. Open your web browser and visit: `http://localhost:3000`
39+
40+
## Usage
41+
42+
1. Access the application through the provided URL or port number.
43+
2. Sign in using your credentials or create a new account if you don't have one.
44+
3. Explore the different sections of the application to manage doctors, patients, appointments, and medical services.
45+
4. Use the search functionality to find specific doctors, patients, or appointments.
46+
5. Schedule appointments between doctors and patients.
47+
6. Generate reports or access the dashboard for administrative tasks.
48+
7. Log out when you're done using the application.

config/db.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ const connectDB = async () => {
1515
}
1616
};
1717

18-
module.exports = connectDB;
19-
20-
// mongodb+srv://mernyoutube:mernyoutube@cluster0.nj5g05u.mongodb.net/jasoberoi
18+
module.exports = connectDB;

readme 2.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)