https://github.com/akos29/vet-clinic
This project used the relational database to create the data structure for a vet clinic. In addition to showing how to design a data structure, it also shows how to query and update data, aΒ query from different tables, join tables, and other features.
https://github.com/akos29/vet-clinic
pgsql sql
Last synced: 5 months ago
JSON representation
This project used the relational database to create the data structure for a vet clinic. In addition to showing how to design a data structure, it also shows how to query and update data, aΒ query from different tables, join tables, and other features.
- Host: GitHub
- URL: https://github.com/akos29/vet-clinic
- Owner: akos29
- License: mit
- Created: 2023-01-23T10:20:35.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-31T11:15:28.000Z (over 3 years ago)
- Last Synced: 2025-02-26T08:25:29.906Z (over 1 year ago)
- Topics: pgsql, sql
- Language: PLpgSQL
- Homepage:
- Size: 466 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vet clinic database
Simple template for Vet clinic database
## 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!**
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)
**[Vet clinic database]** is a relational database for vet clinic. It includes table animal with variety of queries to find result.
## Entity Relationship Diagram

Database
- **[Shows data structure]**
- **[Query data features]**
- **[Update data features]**
## π Live Demo

To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/akos29/vet-clinic.git
```
π€ **Kibrewossen Yitbarek**
- GitHub: [akos](https://github.com/akos29)
- Twitter: [kbson49](https://twitter.com/Kbson49)
- LinkedIn: [Kibrewossen](https://www.linkedin.com/in/kibrewossen-yitbarek-bb587a18/)
π€ **Sergiy Shkolnik**
- GitHub: [SergSkol](https://github.com/SergSkol)
- Twitter: [@sps676](https://twitter.com/sps676)
- LinkedIn: [SergSkol](https://www.linkedin.com/in/sergskol/)
- [ ] **[Query by joining multiple tables]**
- [ ] **[Create UI]**
- [ ] **[Implement CRUD for each table]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please don't forget to give us a star.
I would like to thank Microverse and anyone who contribute to this project.
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._