Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucas-erkana/vet-clinic

In this project, you I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it.
https://github.com/lucas-erkana/vet-clinic

plpgsql postgresql sql

Last synced: about 1 month ago
JSON representation

In this project, you I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 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)
- [📝 License](#license)

# 📖 Vet Clinic Database

1. Vet Clinic Database is a relational database to store animals' information, insert data and query data for processing.

2. In this project, records will be updated and deleted. Aggregate functions and GROUP BY will be used to answer analytical questions.

3. In this project new tables and a foreign key columns will be added to the existing animals table to model one-to-many relationships. Afterward, JOIN will be used to query the data.

4. In this project, many-to-many relationships will be added and more complex queries to be used to answer questions will be written.

5. In this project we([Lucas](https://github.com/Lucash2022) and [Kevin](https://github.com/Kevin-Mena)) will have a chance to optimize some slow queries in our database.

6. In this project we([Lucas](https://github.com/Lucash2022) and [Kevin](https://github.com/Kevin-Mena)) will use your existing project and create a database schema diagram for it.

7. In this project we([Lucas](https://github.com/Lucash2022) and [Kevin](https://github.com/Kevin-Mena)) will get a database diagram, interpret it, and implement the SQL needed to build that database.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Database named vet-clinic**
- **Table named animal**
- **Update animal table**
- **Aggregate animal table**
- **Query multiple tables**
- **Many-to-Many relationships**
- **database performance audit**
- **database schema diagram**
- **database based on schema diagram**

(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 postgres:

On Linux:

```sh
sudo apt-get install postgresql postgresql-contrib libpq-dev
```

On Windows

Go to [postgres website](https://www.postgresql.org/) and download the installer and follow the installation process

### Setup

Clone this repository to your desired folder:

```sh
git clone [email protected]/Lucash20022/Vet-clinic
cd vet-clinic
```

(back to top)

## 👥 Authors

👤 **Lucas Erkana**

- GitHub: [@Lucash2022](https://github.com/Lucash2022)
- Twitter: [@Lucas_David_22](https://twitter.com/@Lucas_David_22)
- LinkedIn: [Lucas Erkana](https://www.linkedin.com/in/lucas-erkana/)

👤 **Kevin Okoth**

- GitHub: [@Kevin-Mena](https://github.com/Kevin-Mena)
- Twitter: [@Fmenawende](https://twitter.com/Fmenawende)
- LinkedIn: [Kevin Okoth](https://www.linkedin.com/in/kevin-okoth/)

(back to top)

## 🔭 Future Features

- [ ] ** Increase functionality **

(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 me a star

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse for providing me the template for this project

I would also like to thank my coding partner [Kevin Okoth](https://github.com/Kevin-Mena) for helping me with the little things.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)