{"id":24573188,"url":"https://github.com/devendra-alt/clinic-db","last_synced_at":"2026-02-10T01:31:31.987Z","repository":{"id":194575526,"uuid":"691101355","full_name":"devendra-alt/clinic-db","owner":"devendra-alt","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-14T00:35:40.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-01T07:54:15.350Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devendra-alt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-13T13:57:07.000Z","updated_at":"2023-09-13T13:57:08.000Z","dependencies_parsed_at":"2023-09-14T05:35:27.428Z","dependency_job_id":"95172e3c-9b51-4072-8606-0fed5c8157ad","html_url":"https://github.com/devendra-alt/clinic-db","commit_stats":null,"previous_names":["devendra-alt/clinic-db"],"tags_count":0,"template":false,"template_full_name":"microverseinc/curriculum-template-databases","purl":"pkg:github/devendra-alt/clinic-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devendra-alt%2Fclinic-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devendra-alt%2Fclinic-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devendra-alt%2Fclinic-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devendra-alt%2Fclinic-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devendra-alt","download_url":"https://codeload.github.com/devendra-alt/clinic-db/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devendra-alt%2Fclinic-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29288463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"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":"2025-01-23T19:56:23.033Z","updated_at":"2026-02-10T01:31:31.974Z","avatar_url":"https://github.com/devendra-alt.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clinic-database\n\n\u003ca name=\"readme-top\"\u003e\u003c/a\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  - [Usage](#usage)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Clinic-database \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Vet-Clinic-database** is a PostgreSQL database containing required tables for clinic data.\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- **Storing clinic data**\n- **making use of Relational Database**\n- **Table Schema being added**\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### Prerequisites\n\nIn order to run this project you need:\n\n- PostgreSQL\n- SQL SHELL\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  git clone https://github.com/devendra-alt/clinic-db.git\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n\n  db=\u003e \\i schema_based_on_diagram.sql\n```\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Author**\n\n- GitHub: [@devendra-alt](https://github.com/devendra-alt)\n- Twitter: [@Devendra5101](https://twitter.com/Devendra5101)\n- LinkedIn: [Devendra Mulewa](https://linkedin.com/in/devendramulewa)\n\n👤 **Bleu Yves Sopoude (MrBlue)**\n\n- GitHub: [@Bleu-Yves-Sopoude](https://github.com/Bleu-Yves-Sopoude)\n- Linkedin: [@in/bleu-yves](https://www.linkedin.com/in/bleu-yves/)\n- GitHub: [@bleuYves](https://twitter.com/bleuYves)\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- [ ] **Adding AUTO PRIMARY KEY ON TABLES**\n- [ ] **Adding Relations Using Foreign Key**\n- [ ] **Perform DATABASE AUDIT**\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 please give it a star ⭐️.\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 want to thank @microverse.\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](./MIT.md) 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%2Fdevendra-alt%2Fclinic-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevendra-alt%2Fclinic-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevendra-alt%2Fclinic-db/lists"}