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.
- Host: GitHub
- URL: https://github.com/juandbta/vet-clinic-project
- Owner: JuanDBta
- License: mit
- Created: 2023-07-31T20:41:15.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-08T17:41:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T08:15:56.340Z (3 months ago)
- Topics: databases, linux, postgresql, ruby, ubuntu
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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]** 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.
1- PostgreSQL
2- GitflowClient
Database
- **[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]**
> Add a link to your deployed project.
- [Coming Soon...](https://github.com/JuanDBta/vet-clinic-project)
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)
👤 **Micronaut JUAN DAVID DIAZ**
- GitHub: [@JuanDBta](https://github.com/JuanDBta)
- Twitter: [@simplebetsas](https://twitter.com/simplebetsas)
- LinkedIn: [LinkedIn](https://linkedin.com/in/simplebet/)
- [ ] **[Database performance audit]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
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.
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)
- **["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]
This project is [MIT](./LICENSE) licensed.