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

https://github.com/juandbta/vet-clinic-project

In this project I used a relational database to create the data structure for a vet clinic. It is a complete database with data about: animals animals' owners clinic employees visits Apart from building data structure, there are tasks that require SQL queries to answer specific questions.
https://github.com/juandbta/vet-clinic-project

databases linux postgresql ruby ubuntu

Last synced: 6 days ago
JSON representation

In this project I used a relational database to create the data structure for a vet clinic. It is a complete database with data about: animals animals' owners clinic employees visits Apart from building data structure, there are tasks that require SQL queries to answer specific questions.

Awesome Lists containing this project

README

        



logo

VET CLINIC PROJECT

# 📗 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 PROJECT]

**[VET CLINIC PROJECT]** is a relational database to create the data structure for a vet clinic. It is a complete database with data about: animals, animal's owners, clinic employees, visits. Apart from building data structure, there are tasks that require SQL queries to answer specific questions.

## 🛠 Built With

1- PostgreSQL

2- Gitflow

### Tech Stack

Client

Database

### Key Features

- **[Add data.sql]**
- **[Add queries.sql]**
- **[Add schema.sql]**
- **[Animals table]**
- **[Vets table]**
- **[Specializations table]**
- **[Visits table]**
- **[Query and update animals table]**
- **[Query multiple tables]**
- **["join table" for visits]**

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- [Coming Soon...](https://github.com/JuanDBta/vet-clinic-project)

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

Web Browser (Chrome recommended)

Code editor (VS recommended)

GitHub account

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone "https://github.com/JuanDBta/vet-clinic-project.git"
```
### Deployment

You can deploy this project using:
[Coming Soon!!!](https://github.com/JuanDBta/vet-clinic-project)

(back to top)

## 👥 Authors

👤 **Micronaut JUAN DAVID DIAZ**

- GitHub: [@JuanDBta](https://github.com/JuanDBta)
- Twitter: [@simplebetsas](https://twitter.com/simplebetsas)
- LinkedIn: [LinkedIn](https://linkedin.com/in/simplebet/)

(back to top)

## 🔭 Future Features

- [ ] **[Database performance audit]**

(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 give me a like, it doesn't cost you anything and it helps me a lot to keep working.

(back to top)

## 🙏 Acknowledgments

I would like to thank Bee in Student Success who is always avalaible to solve issues and Microverse for push us to work hard every day!

For this project I used this template provided by Microverse (https://github.com/microverseinc/curriculum-template-databases)

(back to top)

## ❓ FAQ

- **["How can I see more projects associated with this author?"]**

- Check my [GitHub profile](https://github.com/JuanDBta)

- **[How can I contact the author of this project?]**

- Check my [LinkedIn profile](https://linkedin.com/in/simplebet/) or email me at [email protected]

(back to top)

## 📝 License

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

(back to top)