{"id":17560503,"url":"https://github.com/tracymuso/vet-clinic","last_synced_at":"2025-07-19T13:12:56.995Z","repository":{"id":62047303,"uuid":"556835710","full_name":"TracyMuso/Vet-Clinic","owner":"TracyMuso","description":"This is a vet clinic database","archived":false,"fork":false,"pushed_at":"2023-05-19T06:01:42.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-04T08:46:31.427Z","etag":null,"topics":["databases","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/TracyMuso.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":"2022-10-24T15:51:16.000Z","updated_at":"2023-02-15T19:16:59.000Z","dependencies_parsed_at":"2024-12-09T15:12:18.490Z","dependency_job_id":null,"html_url":"https://github.com/TracyMuso/Vet-Clinic","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/TracyMuso%2FVet-Clinic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TracyMuso%2FVet-Clinic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TracyMuso%2FVet-Clinic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TracyMuso%2FVet-Clinic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TracyMuso","download_url":"https://codeload.github.com/TracyMuso/Vet-Clinic/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246168110,"owners_count":20734390,"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":["databases","sql"],"created_at":"2024-10-21T11:25:30.362Z","updated_at":"2025-03-29T10:14:25.402Z","avatar_url":"https://github.com/TracyMuso.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vet clinic\n\u003e This is database of a vet clinic. I am only making the entries in the sql file. There are currently 3 tables, namely animals, owners and species. \n\n\u003e This template should be used for database related projects at Microverse.\n\u003e Generate your own repository, update this README and edit all files content while working on projects. You should not be adding any new files unless asked otherwise.\n\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\n## Built With\n\n- PostgreSQL\n- SQL(shell)\n\n# Prerequisites\n\n- Github flow knowledge. -Basic PostgreSQL\n\n# Setup \n- To get a local copy follow these simple steps:\n\n- Clone Your Github Repository Follow these steps to clone your Clone Your Github Repository Follow these steps to clone my Github repo on Windows:\n\n   - Open Git Bash;\n\n   - If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.\n\n   - Go to the current directory where you want the cloned directory to be added;\n\n   - To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.\n    $ cd '/c/Users/Documents/My Git Project'\n\n    - Go to the page of the repository that you want to clone.\n\n    - Click on “Clone or download” and copy the URL.\n\n    - Use the git clone command along with the copied URL from earlier;\n\n    - \u003ccode\u003e$ git clone https://github.com/TracyMuso/Vet-Clinic\u003c/code\u003e\n\n   - Press Enter;\n\n# Tests and Configuration\n\nTo track linter errors locally follow these steps:\n\nDownload all the dependencies run:\n\n\u003ccode\u003e\nnpm install\n\u003c/code\u003e\n\n**Track HTML linter errors run:**\n\n\u003ccode\u003e\nnpx hint .\n\u003c/code\u003e\n\n**Track CSS linter errors run:**\n\u003ccode\u003e\nnpx stylelint \"**/*.{css,scss}\"\n\u003c/code\u003e\n\n**Track JavaScript linter errors run:**\n\n\u003ccode\u003e\nnpx eslint .\n\u003c/code\u003e\n\n# Usage\n- This can be used to make simple calculations\n- **NOTE**: The mobile version is currently unavailable.\n\n# Install\n- Set up Github Actions\n- Set up linter \u003e Lighthouse , Webhint ,Stylelint , Eslint.\n- Webpack bundle for javascript.\n- Jest for  testing\n\n## Author\n\n👤 **Tracy Musongole**\n\n- GitHub: [@githubhandle](https://github.com/TracyMuso)\n- Twitter: [@twitterhandle](https://twitter.com/tracy_muso)\n- LinkedIn: [@LinkedIn](https://linkedin.com/in/tracy-musongole)\n\n\n## 🤝 Contributing\nContributions, issues, and feature requests are welcome!\n\n\nFeel free to check the [issues page](https://github.com/TracyMuso/Vet-Clinic/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Hat tip to anyone whose code was used\n- Inspiration\n- etc\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftracymuso%2Fvet-clinic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftracymuso%2Fvet-clinic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftracymuso%2Fvet-clinic/lists"}