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

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

This repo is part of the Microverse Programming Remote School. Here I work with mocked real world data from a Vet Clinic.
https://github.com/cancelei/vet-clinic-db

Last synced: 3 months ago
JSON representation

This repo is part of the Microverse Programming Remote School. Here I work with mocked real world data from a Vet Clinic.

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)

- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Veterinarian Data Base using Postgress]

**Veterinarian Data Base using Postgress** is a project that uses a data base to store information about veterinarians and their patients. Using postgress, the data base is set up and queries are used to filter the data.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Updated Vet Data Base**
- **Queries to filter from data set**
- **Schema for the data set**
- **Use primary key & foreign key mechanism for joining tables.**
- **Query multiple tables.**
- **Prepare complex queries that answer analytical questions.**
- **Use aggregate functions to answer analytical questions.**
- **Use subqueries to answer analytical questions.**
- **Understand the different types of relationships between tables.**
- **Prepare complex queries that answer analytical questions.**
- **Use primary key & foreign key mechanism for joining tables.**

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

PostgreSQL Installation: You need to have PostgreSQL, a popular open-source relational database management system, installed on your computer. You can download and install PostgreSQL from the official PostgreSQL website.

### Setup

Clone this repository to your desired folder.

### Install

Install this project with PostgreSQL.

### Usage

To run the project:

- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql).

## 👥 Authors

👤 **Glauber Bannwart**

- GitHub: [@cancelei](https://github.com/cancelei)
- LinkedIn: [LinkedIn](https://linkedin.com/in/gbannwart)

(back to top)

## 🔭 Future Features

- [X] **Update Vet Data Base**
- [X] **Improve Queries**
- [X] **Add/Delete data base table rows**
- [X] **Add/Delete data base constraints**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## ⭐️ Show your support

If you like this project star it! ⭐️

## 🙏 Acknowledgments

I would like to thank microverse for this learning opportunity.

## 📝 License

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md)

(back to top)