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
- Host: GitHub
- URL: https://github.com/ruthmy/vet-clinic-db
- Owner: Ruthmy
- License: mit
- Created: 2023-08-15T15:46:49.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-23T21:12:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T15:09:58.020Z (about 1 year ago)
- Topics: postgresql
- Homepage:
- Size: 1.98 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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!**
Client
Database
---
- **[Storage data in the Database]** It correctly storage the data on the database and can be interacted using SQL commands.
---

---
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
```
---
👤 **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)
---
- [ ] **[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.
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ruthmy/vet-clinic-db/issues).
---
If you like this project and know someone who might find it helpful, please share it.
Or give it a **star** ⭐️
---
I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.
---
This project is [MIT](./LICENSE) licensed.
---