https://github.com/tsohledev/vet-clinic
vet clinic is a tutorial on how to build a relational database
https://github.com/tsohledev/vet-clinic
Last synced: 3 months ago
JSON representation
vet clinic is a tutorial on how to build a relational database
- Host: GitHub
- URL: https://github.com/tsohledev/vet-clinic
- Owner: tsohleDev
- License: mit
- Created: 2023-02-22T21:57:52.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-28T12:23:10.000Z (over 3 years ago)
- Last Synced: 2025-12-31T05:56:35.310Z (6 months ago)
- Language: PLpgSQL
- Size: 3.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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!**
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**Vet Clinic** is a tutorial on how to create a relational database in SQL, where we create a vet clinic's database
> the tech stack and include only the relevant sections that apply to your project.
Database
> key features of the application.
- **[Add and connect multiple table]**
- **[Read and write in real time]**
> how a developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
(download Postgre)[https://www.postgresql.org/]
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone git@github.com:tsohledev/vet-clinic.git
```
### Usage
To run the project, run pgAdmin 4 and paste the files in your SQL query board
> all of the collaborators of this project.
👤 **Tsohle Mokhemisi**
- GitHub: [@githubhandle](https://github.com/tsohledev)
- Twitter: [@twitterhandle](https://twitter.com/Realtsohle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tsohle)
👤 **Md Tariq-ul Islam**
- GitHub: [@developertariq](https://github.com/developertariq)
- LinkedIn: [@developer-tariq](www.linkedin.com/in/developer-tariq)
- Twitter: [@developer_tariq](https://twitter.com/developer_tariq)
> Describe 1 - 3 features you will add to the project.
- **[Add and connect tables]**
- **[Write more varsitile queries]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank Microverse
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._