https://github.com/chandan-devs-tech/vet-clinic-database
π₯ The [vet_clinic database] is a vital database for a veterinary clinic. It contains data on πΎ animals, their π§βπ©βπ¦ owners, π’ clinic employees, and important π
visits, ensuring efficient operations and excellent pet care. πΆπ±π°πΌπ
https://github.com/chandan-devs-tech/vet-clinic-database
Last synced: 3 months ago
JSON representation
π₯ The [vet_clinic database] is a vital database for a veterinary clinic. It contains data on πΎ animals, their π§βπ©βπ¦ owners, π’ clinic employees, and important π visits, ensuring efficient operations and excellent pet care. πΆπ±π°πΌπ
- Host: GitHub
- URL: https://github.com/chandan-devs-tech/vet-clinic-database
- Owner: Chandan-devs-tech
- Created: 2023-08-30T14:11:04.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-06T19:54:11.000Z (almost 3 years ago)
- Last Synced: 2025-11-22T18:03:13.300Z (7 months ago)
- Language: PLpgSQL
- Homepage:
- Size: 198 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# curriculum-databases-projects-template
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- 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!**
π₯πΎπΆπ±VET CLINIC DATABASE
# π Table of Contents
- [curriculum-databases-projects-template](#curriculum-databases-projects-template)
- [Getting Started](#getting-started)
- [π Table of Contents](#-table-of-contents)
- [π \[vet\_clinic database\] ](#-vet_clinic-database-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)
**[vet_clinic database]** is a database which is having the data structure for a vet clinic and a complete database with data about:
- animals
- animals' owners
- clinic employees
- visits
Database
- **[Get info about animals]**
- [Live Demo Link](https://drawsql.app/teams/chandan-gupta/diagrams/vet-clinic-diagram)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Laptop
- Internet
- Github
- Command Line
### Setup
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/Chandan-devs-tech/Vet-clinic-database.git
### Install
Install postgreSQL [https://www.postgresql.org/download/]
π€ **Chandan Gupta**
- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)
- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs)
π€ **Samuel Lemma**
- GitHub: [@githubhandle](https://github.com/sam2if)
- Twitter: [@twitterhandle](https://twitter.com/samuellemma3733)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/s-lemma/)
- [ ] **[query and update animals table]**
- [ ] **[query multiple tables]**
- [ ] **[add "join table" for visits]**
- [ ] **[database performance audit]**
- [ ] **[add database schema diagram]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Chandan-devs-tech/Vet-clinic-database/issues).
If you like this project give me a βοΈ.
I would like to thank the Microverse Team.
This project is [MIT](https://github.com/Chandan-devs-tech/Vet-clinic-database/blob/feature/update-animals/Mit.md) licensed.