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

https://github.com/chepkok3/vet-clinic-database

This is a database with data about animals, animals' owners, clinic employees, and visits. It uses a relational database to create the data structure for a vet clinic.
https://github.com/chepkok3/vet-clinic-database

database postgresql sql

Last synced: about 1 month ago
JSON representation

This is a database with data about animals, animals' owners, clinic employees, and visits. It uses a relational database to create the data structure for 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Vet-Clinic-Database]

**[Vet-Clinic-Database]** is a database with data about animals, animals' owners, clinic employees, and visits. It uses a relational database to create the data structure for a vet clinic.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **[animales table]**
- **[join table]**
- **[database performance audit]**
- **[database schema diagram]**

(back to top)

(back to top)

## 💻 Getting Started

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!**

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

### Prerequisites

In order to run this project you need:

- To install [PostgreSQL](https://www.postgresql.org/)

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/chepkok3/Vet-Clinic-Database.git
```

(back to top)

## Authors

👤 **Stanley Kibor**

- GitHub: [@chepkok3](https://github.com/chepkok3)
- Twitter: [@chepkok3](https://twitter.com/home)
- LinkedIn: [@chepkok3](https://www.linkedin.com/in/kibor-stanley-350b8a123/)

👤 **Amk lass**

- GitHub: [@AmkLAss](https://github.com/githubhandle)
- Twitter: [@AmkLAss](https://twitter.com/twitterhandle)
- LinkedIn: [@AmkLAss](https://linkedin.com/in/linkedinhandle)

(back to top)

## 🔭 Future Features

- [ ] **database schema diagram**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/chepkok3/Vet-Clinic-Database/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐️ and let me know what you like in particular.

(back to top)

## 🙏 Acknowledgments

I would like to thank all my coding partners and the microverse community for the support and always being ready and willing to help me.

(back to top)

## 📝 License

This project is [MIT](https://github.com/chepkok3/Vet-Clinic-Database/blob/dev/MIT%20License) licensed.

(back to top)