Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iturres/vet-clinic-db

🐘PostgreSQL🐘 | The objective of this project is to cultivate a comprehensive understanding of relational databases and key tools including SQL, PostgreSQL, psql, and pgAdmin.
https://github.com/iturres/vet-clinic-db

database plpgsql postgresql sql

Last synced: about 20 hours ago
JSON representation

🐘PostgreSQL🐘 | The objective of this project is to cultivate a comprehensive understanding of relational databases and key tools including SQL, PostgreSQL, psql, and pgAdmin.

Awesome Lists containing this project

README

        


logo

Vet Clinic database


---

# πŸ“— 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](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

---

# πŸ“– Vet Clinic database

- This project is intended to get familiar with relational databases, SQL, PostgreSQL, psql, and pgAdmin.


vet-clinic-schema-diagram-erd


clinic-schema-diagram-erd

---

#### Learning objectives

- Build a relational database based on a real-life example.

## πŸ›  Built With

### Tech Stack

---

### Key Features

- **postgreSQL**

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

```bash
cd my-folder
git clone [email protected]:ITurres/vet-clinic-db.git
```

### Install

- N/A

### Usage

To run the project, execute the following command:

- N/A

### Run tests

- N/A

(back to top)

---

## πŸ‘₯ Authors

πŸ‘€ **Arthur Iturres**

- GitHub: [@ITurres](https://github.com/ITurres)
- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)
- Angellist / Wellfound: [Arturo (Arthur) Emanuel Guerra Iturres](https://wellfound.com/u/arturo-arthur-emanuel-guerra-iturres)
- Youtube: [Arturo Emanuel Guerra Iturres - Youtube Channel](https://www.youtube.com/channel/UC6GFUFHOtBS9mOuI8EJ6q4g)

πŸ‘€ **Mathias Wismann**

- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)

(back to top)

---

## πŸ”­ Future Features

- [x] query and update animals table.
- [x] query multiple tables.
- [x] add "join table" for visits.
- [x] database performance audit.
- [x] add database schema diagram.

(back to top)

---

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ITurres/vet-clinic-db/issues).

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## πŸ™ Acknowledgments

I thank the Code Reviewers for their advice and time πŸ†

(back to top)

---

## πŸ“ License

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

(back to top)

---