https://github.com/programkingabel/vet-clinic-database
Build a relational database with postgreSQL
https://github.com/programkingabel/vet-clinic-database
database postgresql sql
Last synced: about 1 month ago
JSON representation
Build a relational database with postgreSQL
- Host: GitHub
- URL: https://github.com/programkingabel/vet-clinic-database
- Owner: ProgramKingAbel
- License: mit
- Created: 2023-07-25T08:23:14.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-08-05T08:29:18.000Z (almost 3 years ago)
- Last Synced: 2025-10-19T04:59:07.835Z (8 months ago)
- Topics: database, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**[Vet clinic database]** is a project that demonstrates the Use of a relational database(pSQL) to create the data structure for a vet clinic
Database
- **[Animals data]**
- **[animals' owners]**
- **[clinic employees]**
- **[visits]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
[Compatible version of psql](https://www.postgresql.org/download/)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:ProgramKingAbel/Vet-clinic-database.git
```
### Usage
To run the project, execute commands in the psql terminal/SQL Shell:
Example command:
```sh
CREATE TABLE animals (
name varchar(100)
);
```
👤 **Abel Morara**
- GitHub: [@ProgramKingAbel](https://github.com/ProgramKingAbel)
- Twitter: [@CEOAbel1](https://twitter.com/CEOAbel1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/abelmatundamorara-451340250)
👤 **Sahalu Aminu**
- GitHub: [@sahlminkok](https://github.com/sahlminkok)
- Twitter: [@sahlminkok](https://twitter.com/sahlminkok)
- LinkedIn: [sahlminkok](https://linkedin.com/in/sahlminkok)
👤 **Okongo Derrick**
- GitHub: [@derrick14](https://github.com/derrick1451)
- Twitter: [@derrick14](https://twitter.com/DerrickHayle)
- LinkedIn: [okongo derrick](https://www.linkedin.com/in/okongo-derrick-a0147622b/)
- [ ] **[Optimize database for Horizontal Scaling]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ProgramKingAbel/Vet-clinic-database/issues).
If you like this project follow me on Github and give it a star to motivate build more cool staff. Thank you.
I would like to thank the Microverse Community, My stand up team and coding partners who we work tirelessly to make it possible.
This project is [MIT](./LICENSE) licensed.