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.
- Host: GitHub
- URL: https://github.com/banzaman/vet-clinic-database
- Owner: banzaman
- Created: 2023-05-05T00:59:44.000Z (about 3 years ago)
- Default Branch: Development
- Last Pushed: 2023-05-06T12:05:41.000Z (about 3 years ago)
- Last Synced: 2025-03-17T11:11:18.821Z (over 1 year ago)
- Topics: irb, ruby, sql
- Homepage:
- Size: 878 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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** is database created for a vet clinic.
Client
- SQL
Server
Database
- PostgreSQL
- Relational database with queries.
## 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
```
👤 **Mark Rubanza**
- GitHub: [@banzaman](https://github.com/banzaman/)
- LinkedIn: [Mark Rubanza Anderson](https://www.linkedin.com/in/mark-rubanza-anderson/)
- Add more columns.
- Add more tables.
- Add more queries.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/banzaman/Vet-clinic-database/issues).
If you like this project you can give it a star!
I would like to thank the Microverse team.
This project is [MIT](./LICENSE) licensed.