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

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

A basic database to store animals' information, insert some data into it, and query it
https://github.com/ruthmy/vet-clinic-db

postgresql

Last synced: 11 months ago
JSON representation

A basic database to store animals' information, insert some data into it, and query it

Awesome Lists containing this project

README

          


Vet Clinic | `SQL` `PostgreSQL`


---

# 📗 Table of Contents

- [� Table of Contents](#-table-of-contents)
- [📖 Vet Clinic ](#-vet-clinic-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 SQL Queries preview ](#-sql-queries-preview-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

---

# 📖 Vet Clinic

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

## 🛠 Built With

### Tech Stack

Client

Database

---

### Key Features

- **[Storage data in the Database]** It correctly storage the data on the database and can be interacted using SQL commands.

(back to top)

---

## 🚀 SQL Queries preview

(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 modern browser (supports html5)


### Setup

Clone this repository to your desired folder by using this 👇️ command :

```
git clone https://github.com/Ruthmy/vet-clinic-db.git
```

### Install

Install this project with:

```
instalation is not required
```

(back to top)

---

## 👥 Authors

👤 **Ruth Abreu**

- GitHub: [@Ruthmy](https://github.com/Ruthmy)
- Twitter: [@rury_exe](https://twitter.com/rury_exe)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ruth-abreu)

👤 **Nitcelis Bravo**

- GitHub: [Nitcelis Bravo](https://github.com/NitBravoA92)
- Twitter: [@softwareDevOne](https://twitter.com/softwareDevOne)
- LinkedIn: [Nitcelis Bravo Alcala](https://www.linkedin.com/in/nitcelis-bravo-alcala-b65340158)

(back to top)

---

## 🔭 Future Features

- [ ] **[Add more query to manage the database]** With this implementation I'll be able to have a better management of the data.
- [ ] **[Integrate Back-End]** With the integration of a back-end part to this project, the data will be able to be managed and modified.

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Ruthmy/vet-clinic-db/issues).

(back to top)

---

## ⭐️ Show your support

If you like this project and know someone who might find it helpful, please share it.
Or give it a **star** ⭐️

(back to top)

---

## 🙏 Acknowledgments

I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.

(back to top)

---

## 📝 License

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

(back to top)

---