An open API service indexing awesome lists of open source software.

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.

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]

**[Vet clinic database]** is a relational database for vet clinic. It includes table animal with variety of queries to find result.

## Entity Relationship Diagram
image

## πŸ›  Built With

### Tech Stack

Database

### Key Features

- **[Shows data structure]**
- **[Query data features]**
- **[Update data features]**

(back to top)

## πŸš€ Live Demo
![image](https://user-images.githubusercontent.com/106581139/215474920-804cff87-8ee9-4390-8dc3-fd39c4b864f8.png)

(back to top)

## πŸ’» Getting Started

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
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **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/)

(back to top)

## πŸ”­ Future Features

- [ ] **[Query by joining multiple tables]**
- [ ] **[Create UI]**
- [ ] **[Implement CRUD for each table]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please don't forget to give us a star.

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse and anyone who contribute to this project.

(back to top)

## πŸ“ License

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._

(back to top)