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

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

Build a relational database based on a real-life example.
https://github.com/banzaman/vet-clinic-database

irb ruby sql

Last synced: 11 months ago
JSON representation

Build a relational database based on a real-life example.

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

# 📖 Vet Clinic Database

**Vet Clinic Database** is database created for a vet clinic.

## 🛠 Built With

### Tech Stack

Client


  • SQL

Server



Database


  • PostgreSQL

### Key Features

- Relational database with queries.

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 have VS CODE or any EDITOR installed in your environment.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/banzaman/Vet-clinic-database.git
```

## 👥 Authors

👤 **Mark Rubanza**

- GitHub: [@banzaman](https://github.com/banzaman/)
- LinkedIn: [Mark Rubanza Anderson](https://www.linkedin.com/in/mark-rubanza-anderson/)

Back to top

## 🔭 Future Features

- Add more columns.
- Add more tables.
- Add more queries.

Back to top

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/banzaman/Vet-clinic-database/issues).

Back to top

## ⭐️ Show your support

If you like this project you can give it a star!

Back to top

## 🙏 Acknowledgments

I would like to thank the Microverse team.

Back to top

## 📝 License

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

Back to top