{"id":25264344,"url":"https://github.com/samadpls/medisync","last_synced_at":"2026-02-21T19:33:52.563Z","repository":{"id":174789530,"uuid":"651588703","full_name":"samadpls/MediSync","owner":"samadpls","description":"MediSync: Seamlessly manage hospital operations with Django, Docker, HTML, CSS, and JavaScript - a holistic healthcare solution. 🏥💻🔌","archived":false,"fork":false,"pushed_at":"2024-04-16T00:50:03.000Z","size":41322,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T04:37:34.609Z","etag":null,"topics":["crud-application","django","docker","docker-compose","hospital-management-system","html-css","javascript","opensource","restap","website"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/samadpls.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":"2023-06-09T15:18:44.000Z","updated_at":"2024-11-20T07:52:34.000Z","dependencies_parsed_at":"2024-04-16T02:03:26.204Z","dependency_job_id":null,"html_url":"https://github.com/samadpls/MediSync","commit_stats":null,"previous_names":["samadpls/medisync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samadpls/MediSync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samadpls%2FMediSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samadpls%2FMediSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samadpls%2FMediSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samadpls%2FMediSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samadpls","download_url":"https://codeload.github.com/samadpls/MediSync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samadpls%2FMediSync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29691045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: 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":["crud-application","django","docker","docker-compose","hospital-management-system","html-css","javascript","opensource","restap","website"],"created_at":"2025-02-12T07:36:36.292Z","updated_at":"2026-02-21T19:33:52.539Z","avatar_url":"https://github.com/samadpls.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cimg src='https://img.freepik.com/free-psd/3d-illustration-doctor-placing-vaccine-injection_1419-2774.jpg'\u003e\n\n# MediSync 🩺\n\nMediSync is a project designed to manage hospitals. It offers a comprehensive platform for managing patient, doctor, and appointment records. The project is built using Django, HTML, CSS, and JavaScript. MediSync includes features such as patient record management, appointment creation, and a visually appealing user interface with a dark mode and customizable button colors.. 🏥📝⏰\n\n## Installation and Usage\n\nTo run the MediSync project locally or using Docker, follow these steps:\n\n1. **Clone the project repository** to your local machine using the following command:\n   ```bash\n   git clone https://github.com/samadpls/MediSync.git\n   ```\n\n2. **Navigate to the project directory**:\n   ```bash\n   cd MediSync\n   ```\n\n3. **Install the necessary dependencies** listed in the project's requirements file.\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Perform database migrations** using the following command:\n   ```bash\n   python manage.py makemigrations\n   python manage.py migrate\n   ```\n\n5. **Run the Django development server**:\n   ```bash\n   python manage.py runserver\n   ```\n---\n   **OR**, if you want to use Docker:\n\n5. **Run the project using Docker Compose:** (make sure you have Docker installed):\n   ```bash\n   docker-compose up\n   ```\n\n6. Access the project in your web browser using the provided URL.\n\n## Components\n\nThe MediSync project is divided into three main components:\n\n1. **MediSync:** The main project directory that contains project-level configurations and settings.\n\n2. **App Website:** The Django app responsible for handling the website functionality, including patient and doctor management, appointment creation, and patient record management.\n\n3. **Database App:** A Django app responsible for connecting to the database and handling data storage and retrieval using SQLite3.\n\n## Features\n\nMediSync offers the following features:\n\n- Patient Management: Allows editing, updating, saving, and deleting patient information. ✍️👥\n- Doctor Management: Allows editing, updating, saving, and deleting doctor information. ✍️👩‍⚕️👨‍⚕️\n- Appointment Management: Provides the ability to create, view, and manage appointments through the system. 🗓️👥\n- Patient Record Management: Enables viewing the patient's complete record, including appointment history and other relevant information. 📄👥\n- REST APIs: Uses JavaScript to control REST APIs for interacting with the backend and retrieving data. 🚀🔌\n- Dark Mode: Offers a visually appealing dark mode for the user interface. 🌙🖤\n- Customizable Button Colors: Allows customization of button colors to suit personal preferences. 🎨🔘\n\n## Technologies Used\n\nThe MediSync project utilizes the following technologies:\n\n- Django: A high-level Python web framework used for rapid development and clean design.\n- HTML: Markup language for creating the structure and content of web pages.\n- CSS: Stylesheet language used for describing the presentation of a document written in HTML.\n- JavaScript: A programming language used to add interactivity and dynamic functionality to web pages.\n- SQLite3: A lightweight, file-based database system used for data storage.\n\n## Contributing\n\nContributions to the MediSync project are welcome! If you find any issues or have suggestions for improvement, please submit a pull request or open an issue on the project repository.\n\n## License\n\nThe MediSync project is licensed under the [MIT License](LICENSE).\n\nFeel free to customize and modify the project according to your needs. This is just a template for your README file, and you can add or modify sections as required.\n\n\n\nhttps://github.com/samadpls/MediSync/assets/94792103/5ca6b666-c223-4cfc-8675-1383c069427f\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamadpls%2Fmedisync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamadpls%2Fmedisync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamadpls%2Fmedisync/lists"}