{"id":17672620,"url":"https://github.com/ouail-01/vet-clinic_database","last_synced_at":"2025-10-25T18:14:37.420Z","repository":{"id":172779464,"uuid":"649725970","full_name":"Ouail-01/Vet-clinic_database","owner":"Ouail-01","description":"Relational database project for a vet clinic.","archived":false,"fork":false,"pushed_at":"2023-06-13T20:30:00.000Z","size":136,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-05T17:15:18.693Z","etag":null,"topics":["postgresql","sql"],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ouail-01.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-05T13:55:51.000Z","updated_at":"2023-06-26T09:54:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8a679ad-4171-460b-a08e-a2123d4b6b80","html_url":"https://github.com/Ouail-01/Vet-clinic_database","commit_stats":null,"previous_names":["ouail-01/vet-clinic_database"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ouail-01%2FVet-clinic_database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ouail-01%2FVet-clinic_database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ouail-01%2FVet-clinic_database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ouail-01%2FVet-clinic_database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ouail-01","download_url":"https://codeload.github.com/Ouail-01/Vet-clinic_database/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246342708,"owners_count":20761938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["postgresql","sql"],"created_at":"2024-10-24T04:23:18.597Z","updated_at":"2025-10-25T18:14:32.382Z","avatar_url":"https://github.com/Ouail-01.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vet-clinic_database\n\n\u003e This repository contains a relational database project for a vet clinic. The project is part of the curriculum at Microverse. The repository includes plain SQL files that can be used to recreate the database.\n\n## Getting Started\n\nThis repository includes files with plain SQL that can be used to recreate a database:\n\n- Use [schema.sql](./schema.sql) to create all tables.\n- Use [data.sql](./data.sql) to populate tables with sample data.\n- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database. Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!\n\n- Take a look at the following database diagram for the vet-clinic:\n     -   \u003cimg src=\"./vet-clinic-diagram.png\" alt=\"Vet-clinic diagram\" /\u003e\n\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\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- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\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- [📝 License](#license)\n\n \u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Create the database clinic based on diagram \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n- This project about converting the schema diagram into the sql commands using the postgresql, contains table for the patients and treatments etc....\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n- Sql commands\n- Postgresql\n- schema diagram\n\n \u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n \n ## Key Features\n \n - Schema based on diagram😊👌\n - OPtimization the foreign key with indexing💯\n - Use the many to many relationship🚀\n \n \u003c!-- GETTING STARTED --\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\nExample command:\n\n```sh\n1.use a browser\n2.use cable internet\n```\n\n### Setup\n\nClone this repository to your desired folder:\n\n\nExample commands:\n\n```sh\n  \n  git clone git@github.com:Ouail-01/Vet-clinic_database.git\n  cd Vet-clinic_database\n\n\n```\n\n### Install\n\nInstall this project with:\n\nExample command:\n\n```sh\nbundle install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n\nExample command:\n\n```sh\n- Open the terminal to play with the commands.\n```\n\n### Run tests\n\nTo run tests for the linter, run the following command:\n\n\nExample command:\n\n```sh\nrubocop -A\n```\n\n \u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n \n ## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n \n 👤 **Ouail Laarabi**\n \n - GitHub: [Click here](https://github.com/Ouail-01?tab=overview\u0026from=2023-01-01\u0026to=2023-01-02)\n - Twitter: [Click here](https://twitter.com/Ouail_Laarabi)\n - LinkedIn: [Click here](https://www.linkedin.com/in/ouail-laarabi-53203b250/)\n \n 👤 **Prince**\n \n - GitHub: [@prius2055](https://github.com/prius2055)\n - Twitter: [@prius2055](https://www.twitter.com/prius2055)\n - LinkedIn: [@prius2055](https://www.linkedin.com/prius2055)\n\n👤 **Damilare**\n\n- GitHub: [@githubhandle](https://github.com/bestbynature)\n- Twitter: [@twitterhandle](https://twitter.com/Dammybest)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/damilareismailabestbynature/)\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 - [ ] Enhance the sql commands using query plan.\n - [ ] Add more tables💯.\n - [ ] Add other relationships to the tables..\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 \n Contributions, issues, and feature requests are welcome!\n \n Feel free to check the [Isuues Pages](https://github.com/Ouail-01/Vet-clinic_database/issues)\n \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 \n \n If you like this project kindly 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 \n \n I would like to thank Ekpenisi E Raphael for the immense support.\n \n \u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n \n \n \u003c!-- LICENSE --\u003e\n \n ## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n \n This project is [MIT](https://github.com/Ouail-01/Vet-clinic_database/blob/dev/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%2Fouail-01%2Fvet-clinic_database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fouail-01%2Fvet-clinic_database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouail-01%2Fvet-clinic_database/lists"}