{"id":14974020,"url":"https://github.com/iturres/vet-clinic-db","last_synced_at":"2025-10-04T02:30:30.521Z","repository":{"id":188361821,"uuid":"678573102","full_name":"ITurres/vet-clinic-db","owner":"ITurres","description":"🐘PostgreSQL🐘 | The objective of this project is to cultivate a comprehensive understanding of relational databases and key tools including SQL, PostgreSQL, psql, and pgAdmin.","archived":false,"fork":false,"pushed_at":"2023-08-23T00:09:23.000Z","size":258,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-04-08T05:51:16.429Z","etag":null,"topics":["database","plpgsql","postgresql","sql"],"latest_commit_sha":null,"homepage":"","language":"SQL","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/ITurres.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-08-14T21:45:44.000Z","updated_at":"2024-02-05T16:09:35.000Z","dependencies_parsed_at":"2023-08-15T02:27:31.313Z","dependency_job_id":null,"html_url":"https://github.com/ITurres/vet-clinic-db","commit_stats":null,"previous_names":["iturres/vet-clinic-db"],"tags_count":0,"template":false,"template_full_name":"microverseinc/curriculum-template-databases","purl":"pkg:github/ITurres/vet-clinic-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Fvet-clinic-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Fvet-clinic-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Fvet-clinic-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Fvet-clinic-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ITurres","download_url":"https://codeload.github.com/ITurres/vet-clinic-db/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Fvet-clinic-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278254784,"owners_count":25956678,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["database","plpgsql","postgresql","sql"],"created_at":"2024-09-24T13:49:50.065Z","updated_at":"2025-10-04T02:30:30.246Z","avatar_url":"https://github.com/ITurres.png","language":"SQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"src/media/vet-clinic-png.png\" alt=\"logo\" width=\"170\"  height=\"auto\" /\u003e\n    \u003ch1\u003e\u003cb\u003eVet Clinic database\u003c/b\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\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  - [Deployment](#deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n---\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Vet Clinic database \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n- This project is intended to get familiar with relational databases, SQL, PostgreSQL, psql, and pgAdmin.\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./vet-clinic-schema-diagram-erd.png\" alt=\"vet-clinic-schema-diagram-erd\" width=\"100%\"  height=\"auto\" /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./clinic_diagram.png\" alt=\"clinic-schema-diagram-erd\" width=\"100%\"  height=\"auto\" /\u003e\n\u003c/div\u003e\n\n---\n\n#### Learning objectives\n\n- Build a relational database based on a real-life example.\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  \u003cul\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://www.postgresql.org/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=postgresql\"/\u003e\n      PostgreSQL\u003c/a\u003e\n    \u003c/li\u003e\n  \u003c/ul\u003e\n\n---\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **postgreSQL**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\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### Setup\n\nClone this repository to your desired folder:\n\nExample commands:\n\n```bash\n  cd my-folder\n  git clone git@github.com:ITurres/vet-clinic-db.git\n```\n\n### Install\n\n- N/A\n\n### Usage\n\nTo run the project, execute the following command:\n\n- N/A\n\n### Run tests\n\n- N/A\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Arthur Iturres**\n\n- GitHub: [@ITurres](https://github.com/ITurres)\n- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)\n- Angellist / Wellfound: [Arturo (Arthur) Emanuel Guerra Iturres](https://wellfound.com/u/arturo-arthur-emanuel-guerra-iturres)\n- Youtube: [Arturo Emanuel Guerra Iturres - Youtube Channel](https://www.youtube.com/channel/UC6GFUFHOtBS9mOuI8EJ6q4g)\n\n👤 **Mathias Wismann**\n\n- GitHub: [@mwismann](https://github.com/mwismann)\n- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)\n- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [x] query and update animals table.\n- [x] query multiple tables.\n- [x] add \"join table\" for visits.\n- [x] database performance audit.\n- [x] add database schema diagram.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\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/ITurres/vet-clinic-db/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐ if you liked this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI thank the Code Reviewers for their advice and time 🏆\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\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\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiturres%2Fvet-clinic-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiturres%2Fvet-clinic-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiturres%2Fvet-clinic-db/lists"}