{"id":18355025,"url":"https://github.com/hetrox8/medics_db","last_synced_at":"2026-03-19T04:02:25.475Z","repository":{"id":196664761,"uuid":"696857496","full_name":"hetrox8/medics_db","owner":"hetrox8","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-27T20:40:01.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-04-10T01:47:10.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/hetrox8.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-09-26T15:04:08.000Z","updated_at":"2023-09-27T13:53:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ed4f9e4-e95d-40dc-8057-1290afb27e55","html_url":"https://github.com/hetrox8/medics_db","commit_stats":null,"previous_names":["hetrox8/medics_db"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hetrox8/medics_db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetrox8%2Fmedics_db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetrox8%2Fmedics_db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetrox8%2Fmedics_db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetrox8%2Fmedics_db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hetrox8","download_url":"https://codeload.github.com/hetrox8/medics_db/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetrox8%2Fmedics_db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28664656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"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":[],"created_at":"2024-11-05T22:05:47.645Z","updated_at":"2026-01-22T14:37:10.713Z","avatar_url":"https://github.com/hetrox8.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Curriculum databases project\n\n## Getting Started\n\nThis repository includes files with plain SQL that can be used to recreate a database:\n\n- Use [schema_based_on_diagram.sql](./schema.sql) to create all tables.\n\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!--\nHOW TO USE:\nThis is an example of how you may give instructions on setting up your project locally.\n\nModify this file to match your project and remove sections that don't apply.\n\nREQUIRED SECTIONS:\n- Table of Contents\n- About the Project\n  - Built With\n  - Live Demo\n- Getting Started\n- Authors\n- Future Features\n- Contributing\n- Show your support\n- Acknowledgements\n- License\n\nAfter you're finished please remove all the comments and instructions!\n--\u003e\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ](#faq)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 [medical clinic database] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e In this project, I use a relational database to create the initial data structure for  Medical clinic . I create a table to store patient's information, insert some data into it, and query it.\n\n**[medical clinic database]** this is a medical database where we can track patients medical history from previous dates and institution where admitted.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eDatabase\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.postgresql.org/\"\u003ePostgreSQL\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Create database]**\n- **[modify database to many-many]**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n- Clone the [project using github](https://github.com/hetrox8/medics_db.git)\n\n\n\n### Setup\n\nAfter cloning this repository to your desired folder:\n\n```sh\n\n  cd my-folder\n\n```\n\n### Install\n\nInstall this project with:\n\n[PostgreSQL](https://www.postgresql.org/download/)\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n  psql -U postgres\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```sh\n  \\c dbname\n  SELECT * from tableName;\n\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Jean Emmanuel Cadet**\n\n- GitHub: [@jecode93](https://github.com/jecode93)\n- Twitter: [@jecode93](https://twitter.com/jecode93)\n- LinkedIn: [jean-emmanuel-cadet](https://www.linkedin.com/in/jean-emmanuel-cadet/)\n\n 👤 **Suleiman Gacheru**\n\n- GitHub: [@hetrox8](https://github.com/hetrox8)\n- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] **[Add patients table]**\n- [ ] **[Add medical histories table]**\n- [ ] **[Add invoices table]**\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project...\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank Microverse for giving me this wonderful opportunity to work on this project \n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FAQ (optional) --\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetrox8%2Fmedics_db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhetrox8%2Fmedics_db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetrox8%2Fmedics_db/lists"}