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

https://github.com/frempongdev/vet-clinic


https://github.com/frempongdev/vet-clinic

Last synced: 6 months ago
JSON representation

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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)

# 📖 [Vet Clinic database]

**Vet clinic database** is a database project for a Vet Clinic of animals and visits. Built with PostgreSQL.

## 🛠 Built With

### Tech Stack

PostgreSQL

### Key Features

- **[Sql query to select all animals whose name ends in "mon"]**
- **[List the name of all animals born between 2016 and 2019.]**
- **[List the name of all animals that are neutered and have less than 3 escape attempts.]**
- **[List the date of birth of all animals named either "Agumon" or "Pikachu".]**
- **[List name and escape attempts of animals that weigh more than 10.5kg]**
- **[Find all animals that are neutered.]**
- **[Find all animals not named Gabumon.]**
- **[Find all animals with a weight between 10.4kg and 17.3kg]**

(back to top)

## 💻 Getting Started

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

### Prerequisites
- [ ] Visual studio code: A source code editor was used in writing the code but you can you any IDE of your choice.
- [ ] You will need postgreSQL installed. Download PostgreSQL and install it from this link

### Clone this repository

```bash
$ git clone https://github.com/frempongdev/Vet-Clinic.git
$ cd Vet-Clinic
```

(back to top)

## 👥 Author
## 👥 Frempong

- GitHub: [@frempongdev](https://github.com/frempongdev)
- Twitter: [@knobaddy](https://twitter.com/knobaddy)
- LinkedIn: [Samuel knower Amankwaa-Frempong](https://www.linkedin.com/in/frempongdev/)

(back to top)

## 🔭 Future Features

- [ ] **Use the sql UNION query to select data from tables**
- [ ] **Add the sql DISTINCT query statment**
- [ ] **Add the sql FETCH query statment**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page].

(back to top)

## ⭐️ Show your support

Give this project a ⭐️ if you like it and kindly support by suggesting changed by forking and pull requests

(back to top)

(back to top)

## 🙏 Acknowledgments

I would like to thank the whole Microverse community for the relentless support and motivation.

(back to top)

## 📝 License

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

(back to top)