{"id":19884713,"url":"https://github.com/microverse-fullstack-program/vet-clinic-database","last_synced_at":"2025-03-01T03:42:57.457Z","repository":{"id":164090555,"uuid":"637489572","full_name":"Microverse-Fullstack-Program/vet-clinic-database","owner":"Microverse-Fullstack-Program","description":"This repo contain a relational database schema to create the data structure for a vet clinic.   The tables are animals, animals' owners, clinic employees and visits. Apart from building data structure, it contain SQL queries to answer specific questions.","archived":false,"fork":false,"pushed_at":"2023-05-18T21:14:11.000Z","size":504,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-01-11T18:41:42.852Z","etag":null,"topics":["erdiagram","pgadmin4","postgres","schema","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/Microverse-Fullstack-Program.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-05-07T17:58:10.000Z","updated_at":"2023-05-16T12:20:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e954b08-8473-4bb2-9d54-3f26ac3338ab","html_url":"https://github.com/Microverse-Fullstack-Program/vet-clinic-database","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/curriculum-template-databases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Microverse-Fullstack-Program%2Fvet-clinic-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Microverse-Fullstack-Program%2Fvet-clinic-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Microverse-Fullstack-Program%2Fvet-clinic-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Microverse-Fullstack-Program%2Fvet-clinic-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Microverse-Fullstack-Program","download_url":"https://codeload.github.com/Microverse-Fullstack-Program/vet-clinic-database/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241313188,"owners_count":19942416,"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":["erdiagram","pgadmin4","postgres","schema","sql"],"created_at":"2024-11-12T17:29:06.923Z","updated_at":"2025-03-01T03:42:57.428Z","avatar_url":"https://github.com/Microverse-Fullstack-Program.png","language":"PLpgSQL","readme":"# Vet Clinic\n\n## Getting Started\n\nThis repository includes files with plain SQL that can be used to recreate a database:\n\nUse schema.sql to create all tables.\nUse data.sql to populate tables with sample data.\nCheck queries.sql for examples of queries that can be run on a newly created database.\n\n**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!--\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\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](#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 created to store records about _animals, animals' owners, clinic employees and visits_.\n\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\u003e The tech stack in this project includes.\n\n\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eServer\u003c/summary\u003e\n\u003c/details\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- **DataBase for managing animal clinic**\n- **Animal Table with sample records**\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\n- Not available\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: **PostgreSQL or any other SQL database**.\n\n\u003c!--\nExample command:\n\n```sh\n gem install rails\n```\n --\u003e\n\n### Setup\n\n- Clone [this repository](https://github.com/Microverse-Fullstack-Program/vet-clinic-database) to your desired folder.\n- Alternatively, you can download the zip file of your project by clicking on the Code button on the right side of your project page and clicking on Download ZIP\n\n\n### Install\n\nInstall this project with: [Install PostgreSQL](https://www.postgresql.org/download/)\n\n\u003c!--\nExample command:\n\n```sh\n  cd my-project\n  gem install\n```\n---\u003e\n\n### Usage\n\nTo run the project, execute the following command:\n\n- Start Postgres server.\n- Run psql.\n- Create table.\n\n\n### Run tests\n\nTo run tests, run the following command: **Not available**.\n\n\u003c!--\nExample command:\n\n```sh\n  bin/rails test test/models/article_test.rb\n```\n---\u003e\n\n### Deployment\n\nYou can deploy this project using: **Not available**.\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👤 **Chere Lemma**\n\n- GitHub: [@githubhandle](https://github.com/cherelemma)\n- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chere-lemma27211613)\n\n👤 **Okpara Blessing Oluchi**\n\n- GitHub: [@githubhandle](https://github.com/githubhandle)\n- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)\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\nIn the future work, \n- [ ] **Treatment Table**\n- [ ] **Invoices 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](https://github.com/Microverse-Fullstack-Program/vet-clinic-database/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 If you like this project give a ⭐️.\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 [Microverseinc](https://github.com/microverseinc) for the [curriculum-template-databases](https://github.com/microverseinc/curriculum-template-databases)\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## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n- **For what purpose this project can be used**\n\n  - For educational purpose. Any one who want learn relational database.\n\n- **Can I use this project for my website?**\n\n  - Yes of course. It's MIT license, feel free to use as you want.\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicroverse-fullstack-program%2Fvet-clinic-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicroverse-fullstack-program%2Fvet-clinic-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicroverse-fullstack-program%2Fvet-clinic-database/lists"}