Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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.
- Host: GitHub
- URL: https://github.com/iturres/vet-clinic-db
- Owner: ITurres
- License: mit
- Created: 2023-08-14T21:45:44.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-08-23T00:09:23.000Z (about 1 year ago)
- Last Synced: 2024-10-11T09:41:59.156Z (28 days ago)
- Topics: database, plpgsql, postgresql, sql
- Language: SQL
- Homepage:
- Size: 252 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)---
- This project is intended to get familiar with relational databases, SQL, PostgreSQL, psql, and pgAdmin.
---
#### Learning objectives
- Build a relational database based on a real-life example.
---
- **postgreSQL**
---
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
---
π€ **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/)
---
- [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.
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ITurres/vet-clinic-db/issues).
---
Give a β if you liked this project!
---
I thank the Code Reviewers for their advice and time π
---
This project is [MIT](./LICENSE) licensed.
---