{"id":14973939,"url":"https://github.com/akos29/vet-clinic","last_synced_at":"2026-02-08T19:03:25.484Z","repository":{"id":65580138,"uuid":"592253318","full_name":"akos29/vet-clinic","owner":"akos29","description":"This project used the relational database to create the data structure for a vet clinic. In addition to showing how to design a data structure, it also shows how to query and update data, a query from different tables, join tables, and other features.","archived":false,"fork":false,"pushed_at":"2023-01-31T11:15:28.000Z","size":477,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-26T08:25:29.906Z","etag":null,"topics":["pgsql","sql"],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","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/akos29.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-01-23T10:20:35.000Z","updated_at":"2023-07-18T21:00:50.000Z","dependencies_parsed_at":"2023-02-16T07:20:23.654Z","dependency_job_id":null,"html_url":"https://github.com/akos29/vet-clinic","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":"0.14634146341463417","last_synced_commit":"d29b5c7b213d95d36909e382c8858c56f95a9f18"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/curriculum-template-databases","purl":"pkg:github/akos29/vet-clinic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akos29%2Fvet-clinic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akos29%2Fvet-clinic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akos29%2Fvet-clinic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akos29%2Fvet-clinic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akos29","download_url":"https://codeload.github.com/akos29/vet-clinic/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akos29%2Fvet-clinic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265703587,"owners_count":23814033,"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":["pgsql","sql"],"created_at":"2024-09-24T13:49:42.726Z","updated_at":"2026-02-08T19:03:20.438Z","avatar_url":"https://github.com/akos29.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vet clinic database\n\nSimple template for Vet clinic 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\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    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\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# 📖 [Vet clinic database] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**[Vet clinic database]** is a relational database for vet clinic. It includes table animal with variety of queries to find result.\n\n## Entity Relationship Diagram\n\u003cimg width=\"647\" alt=\"image\" src=\"https://user-images.githubusercontent.com/35809268/215735912-674f2e14-18bc-4f01-8400-6965088c0a7c.png\"\u003e\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\u003c!-- \u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://reactjs.org/\"\u003eReact.js\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e --\u003e\n\n\u003c!-- \u003cdetails\u003e\n  \u003csummary\u003eServer\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://expressjs.com/\"\u003eExpress.js\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e --\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- **[Shows data structure]**\n- **[Query data features]**\n- **[Update data features]**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n![image](https://user-images.githubusercontent.com/106581139/215474920-804cff87-8ee9-4390-8dc3-fd39c4b864f8.png)\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\u003c!--\nExample command:\n\n```sh\n gem install rails\n```\n --\u003e\n\n### Setup\n\nClone this repository to your desired folder:\n\nExample commands:\n\n```sh\n  cd my-folder\n  git clone https://github.com/akos29/vet-clinic.git\n```\n\u003c!-- ### Install\n\nInstall this project with:\n\n\u003c!--\nExample command:\n\n```sh\n  cd my-project\n  gem install\n```\n---\u003e \n\u003c!-- ### Usage\n\nTo run the project, execute the following command: --\u003e\n\n\u003c!--\nExample command:\n\n```sh\n  rails server\n```\n---\u003e\n\n\u003c!-- ### Run tests\n\nTo run tests, run the following command: --\u003e\n\n\u003c!--\nExample command:\n\n```sh\n  bin/rails test test/models/article_test.rb\n```\n---\u003e\n\n\u003c!-- ### Deployment\n\nYou can deploy this project using: --\u003e\n\n\u003c!--\nExample:\n\n```sh\n\n```\n --\u003e\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\n👤 **Kibrewossen Yitbarek**\n\n- GitHub: [akos](https://github.com/akos29)\n- Twitter: [kbson49](https://twitter.com/Kbson49)\n- LinkedIn: [Kibrewossen](https://www.linkedin.com/in/kibrewossen-yitbarek-bb587a18/)\n\n👤 **Sergiy Shkolnik**\n\n- GitHub: [SergSkol](https://github.com/SergSkol)\n- Twitter: [@sps676](https://twitter.com/sps676)\n- LinkedIn: [SergSkol](https://www.linkedin.com/in/sergskol/)\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\n- [ ] **[Query by joining multiple tables]**\n- [ ] **[Create UI]**\n- [ ] **[Implement CRUD for each table]**\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\n\n\nIf you like this project please don't forget to give us 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 would like to thank Microverse and anyone who contribute to 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\u003c!-- \n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n\u003e Add at least 2 questions new developers would ask when they decide to use your project.\n\n- **[Question_1]**\n\n  - [Answer_1]\n\n- **[Question_2]**\n\n  - [Answer_2]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e --\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_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._\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%2Fakos29%2Fvet-clinic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakos29%2Fvet-clinic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakos29%2Fvet-clinic/lists"}