{"id":20543197,"url":"https://github.com/ray8118/hospital_management_system","last_synced_at":"2026-02-14T19:31:53.737Z","repository":{"id":244769405,"uuid":"815535466","full_name":"RaY8118/Hospital_Management_System","owner":"RaY8118","description":"Hospital Management System: A MERN stack web application that allows patients to log in, schedule appointments, and view prescriptions. The system features a responsive design with Tailwind CSS, an admin dashboard for managing doctors, and information on common diseases.","archived":false,"fork":false,"pushed_at":"2024-12-16T07:15:06.000Z","size":10348,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T11:41:14.617Z","etag":null,"topics":["appointment-scheduling","docker","docker-compose","express","front-end-development","hospital-management-system","mern-stack","mongodb","nodejs","prescription-management","react","render","webdevelopment"],"latest_commit_sha":null,"homepage":"https://hospital-system-gmkt.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RaY8118.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-15T12:11:26.000Z","updated_at":"2025-02-21T05:17:55.000Z","dependencies_parsed_at":"2025-03-06T04:40:53.187Z","dependency_job_id":null,"html_url":"https://github.com/RaY8118/Hospital_Management_System","commit_stats":null,"previous_names":["ray8118/hospital_management_system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RaY8118/Hospital_Management_System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FHospital_Management_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FHospital_Management_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FHospital_Management_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FHospital_Management_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaY8118","download_url":"https://codeload.github.com/RaY8118/Hospital_Management_System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FHospital_Management_System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29453409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appointment-scheduling","docker","docker-compose","express","front-end-development","hospital-management-system","mern-stack","mongodb","nodejs","prescription-management","react","render","webdevelopment"],"created_at":"2024-11-16T01:36:13.932Z","updated_at":"2026-02-14T19:31:53.722Z","avatar_url":"https://github.com/RaY8118.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hospital Management System\n\nThis project is a web application built with the MERN stack (MongoDB, Express, React, Node.js) for managing hospital operations. It allows patients to log in, schedule appointments, and view their prescriptions. The system provides a user-friendly interface for both patients and administrators, facilitating efficient healthcare management.\n\n## 📁 Project Structure\n\n- **frontend/**: Contains the React application for the user interface.\n- **backend/**: Contains the Node.js and Express server for handling API requests and database interactions.\n- **dashboard/**: Contains the admin dashboard for managing doctors and prescriptions.\n\n## 🚀 Features\n\n- **Patient Login**: Secure authentication for patients to access their profiles. 🔑\n- **Appointment Scheduling**: Easily book and manage appointments with available doctors. 📅\n- **Prescription Management**: View past prescriptions added to the patient's profile. 💊\n- **Disease Information**: Access information on common diseases, their symptoms, and remedies. 📖\n- **Doctor Directory**: A comprehensive list of available doctors, including their specialties and experience. 👨‍⚕️👩‍⚕️\n- **Admin Dashboard**: An interface for administrators to manage doctors and add prescriptions for patients. ⚙️\n\n## 🛠️ Technologies Used\n\n- **MERN Stack**: \n  - **MongoDB**: For database management. 🗄️\n  - **Express**: A web framework for Node.js. 🌐\n  - **React**: The frontend framework for building the user interface. ⚛️\n  - **Node.js**: For the backend server. 🟢\n- **HTML/CSS/JavaScript**: For front-end design and interactivity. 🎨\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 📌 Installation\n\n### Backend Setup\n\n1. Navigate to the backend directory:\n   ```bash\n   cd backend\n   ```\n2. Install the required packages:\n   ```bash\n   npm install\n   ```\n3. Start the backend server:\n   ```bash\n   npm run dev\n   ```\n\n### Frontend Setup\n\n1. Open a new terminal and navigate to the frontend directory:\n   ```bash\n   cd frontend\n   ```\n2. Install the required packages:\n   ```bash\n   npm install\n   ```\n3. Start the development server:\n   ```bash\n   npm run dev\n   ```\n4. Access the web application at `http://localhost:5173`.\n\n### Dashboard Setup\n\n1. Open a new terminal and navigate to the dashboard directory:\n   ```bash\n   cd dashboard\n   ```\n2. Install the required packages:\n   ```bash\n   npm install\n   ```\n3. Start the development server:\n   ```bash\n   npm run dev\n   ```\n4. Access the web application at `http://localhost:5174`.\n\n## 📦 Containerization\n\nThe project has been containerized using Docker to simplify deployment and eliminate dependency issues. Follow the steps below to build and run the application using Docker.\n\n### Prerequisites\nEnsure Docker and Docker Compose are installed on your system.  \n- [Install Docker](https://docs.docker.com/get-docker/)\n- [Install Docker Compose](https://docs.docker.com/compose/install/)\n\n### Build and Run the Containers\n\n1. Navigate to the root directory of the project (where the `docker-compose.yml` file is located):\n   ```bash\n   cd \u003cproject-root\u003e\n   ```\n\n2. Build the Docker images:\n   ```bash\n   docker-compose build\n   ```\n\n3. Start the containers:\n   ```bash\n   docker-compose up\n   ```\n\n4. Access the application:\n   - Backend API: `http://localhost:4000`\n   - Frontend: `http://localhost:3000`\n   - Dashboard: `http://localhost:3001`\n\n### Stopping the Containers\nTo stop the running containers, use:\n```bash\ndocker-compose down\n```\n\n### Customization\n- You can modify the exposed ports or environment variables in the `docker-compose.yml` file as needed.\n- The `Dockerfile` in each service directory defines the build process for that service.\n## 🌟 Acknowledgments\n\n- Inspired by the need for efficient hospital management solutions.\n- Open-source libraries and resources that aided development.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fray8118%2Fhospital_management_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fray8118%2Fhospital_management_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fray8118%2Fhospital_management_system/lists"}