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

https://github.com/onjoseph/vet_clinic

Vet_Clinic is a series of queries to demonstrate various types of actions that can be performed onto a database, as well as different queries to read data out of the database.
https://github.com/onjoseph/vet_clinic

database database-management postgresql queries sql

Last synced: about 2 months ago
JSON representation

Vet_Clinic is a series of queries to demonstrate various types of actions that can be performed onto a database, as well as different queries to read data out of the database.

Awesome Lists containing this project

README

        


Vet Clinic


schema


This repository includes files with plain SQL that can be used to recreate a database:

- 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) for examples of queries that can be run on a newly created database. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**

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

**Vet_Clinic** is a series of queries to demonstrate various types of actions that can be performed on a database, as well as different queries to read data out of the database.

## 🛠 Built With

### Tech Stack

Database

### Key Features
- **Creating new tables examples**
- **Adding data examples**
- **Reading data examples**

(back to top)

## 🚀 Live Demo

- Link comming soon

(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 a way to run SQL queries. Used database is PostgreSQL

### Setup

Clone this repository to your desired folder:

```sh
cd vet_clinic

git clone https://github.com/ONJoseph/vet_clinic.git
```

### Usage

To run the project:
- Run the queries in schema.sql to build your databse.
- Run the queries in data.sql to fill your database with data.
- Run your queries.(queries.sql contains some examples)

## 👥 Authors

- GitHub: [@ONJoseph](https://github.com/ONJoseph)
- Twitter: [@ONJoseph1](https://twitter.com/ONJoseph1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/o-n-joseph-ba8425147/)

(back to top)

## 🔭 Future Features

- [ ] **Performance Audit**
- [ ] **Ruby integration**

(back to top)

## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ONJoseph/vet_clinic/issues).

(back to top)

## ⭐️ Show your support

If you like this project feel free to fork it and give it a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank:

- [Microverse](https://www.microverse.org/)
- Code Reviewers
- Microverse README template.

(back to top)

## 📝 License

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

(back to top)