{"id":22769158,"url":"https://github.com/mmggyy66/vets_clinic","last_synced_at":"2025-03-30T11:20:40.723Z","repository":{"id":180182247,"uuid":"664732651","full_name":"MMGGYY66/vets_clinic","owner":"MMGGYY66","description":"Vet Clinic is a project to create data structure for a vet clinic using a relational database. It implements PostgreSQL and contains all the data about animals. The complete database contains tables with data about: [] animals [] animals' owners [] clinic employees [] visits","archived":false,"fork":false,"pushed_at":"2023-07-14T02:35:35.000Z","size":26393,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-05T13:14:30.391Z","etag":null,"topics":["pgadmin4","postgresql","sql"],"latest_commit_sha":null,"homepage":"","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/MMGGYY66.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-10T16:11:18.000Z","updated_at":"2023-07-14T02:38:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ab14fff-f7e9-4809-8f49-c87f9b659dd0","html_url":"https://github.com/MMGGYY66/vets_clinic","commit_stats":null,"previous_names":["mmggyy66/vets_clinic"],"tags_count":0,"template":false,"template_full_name":"microverseinc/curriculum-template-databases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMGGYY66%2Fvets_clinic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMGGYY66%2Fvets_clinic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMGGYY66%2Fvets_clinic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMGGYY66%2Fvets_clinic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MMGGYY66","download_url":"https://codeload.github.com/MMGGYY66/vets_clinic/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246309072,"owners_count":20756659,"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":["pgadmin4","postgresql","sql"],"created_at":"2024-12-11T14:16:08.092Z","updated_at":"2025-03-30T11:20:40.702Z","avatar_url":"https://github.com/MMGGYY66.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n# vet-clinic-db project project (Module 4)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"postgresql-logo.png\" alt=\"logo\" width=\"200\"  height=\"auto\" /\u003e\n  \u003cbr/\u003e \n  \u003ch3\u003e\u003cb\u003evet-clinic-db project\u003c/b\u003e\u003c/h3\u003e\n\u003c/div\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  - [Prerequisites](#prerequisites)\n  - [Setup](#setup)\n  - [Create database](#create-database)\n- [👥 Author](#author)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ](#faq)\n- [📝 License](#license)\n\n# 📖 Vet Clinic \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Vet Clinic** is a project to create data structure for a vet clinic using a relational database. It implements PostgreSQL and contains all the data about animals. The complete database contains tables with data about:\n    [] animals\n    [] animals' owners\n    [] clinic employees\n    [] 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\u003cdetails\u003e\n  \u003csummary\u003eClient\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### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- Create a database to store animals' information\n- Insert some data into table, and query it\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- [PostgreSQL server](https://www.postgresql.org/download/) installed and running\n- [psql](https://www.postgresql.org/docs/current/app-psql.html) installed\n### Setup\n\nClone this repository to your desired folder:\n\n```\ngit clone https://github.com/MMGGYY66/vets_clinic.git\ncd vet-clinic\n```\n\n### Create database\n\n1. Connect to your PostgreSQL server with `psql`\n```\n\u003e psql\npostgres=#\n```\n\n2. Create the database `vet_clinic`\n```\npostgres=# CREATE DATABASE vet_clinic;\nCREATE DATABASE\n```\n\n3. Connect to your database vet_clinic. Inside your current session do:\n```\npostgres=# \\c vet_clinic\nYou are now connected to database \"vet_clinic\" as user \"postgres\".\nvet_clinic=#\n```\n\nThat's it! Congratulations, you have created your database and connected to it. Next, we will add a table.\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.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Mohamed Gamil Eldimardash**\n- GitHub: [@github](https://github.com/MMGGYY66)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-eldimardash-0023a3b5/)\n- Twitter: [twitter](https://twitter.com/MOHAMEDELDIMARd)\n- Facebook: [facebook](https://www.facebook.com/MOHAMED.ELDIMARDASH/)\n- StackOverflow: [stackoverflow](https://stackoverflow.com/users/13605630/mohamed-gamil-eldimardash)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- Insert new data\n- Update existence data\n- Delete existence data\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\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## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a start if you like this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n- I would like to thank the Microverse Team!\n- I would like to thank All my partners!\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](https://github.com/MMGGYY66/vets_clinic/blob/animals/MIT.md).\n\n [MIT license](./MIT.md) \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%2Fmmggyy66%2Fvets_clinic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmggyy66%2Fvets_clinic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmggyy66%2Fvets_clinic/lists"}