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

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

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]

**[Vet clinic database]** is a project that demonstrates the Use of a relational database(pSQL) to create the data structure for a vet clinic

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **[Animals data]**
- **[animals' owners]**
- **[clinic employees]**
- **[visits]**

(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:

[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)
);
```

(back to top)

## 👥 Authors

👤 **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/)

## 🔭 Future Features

- [ ] **[Optimize database for Horizontal Scaling]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ProgramKingAbel/Vet-clinic-database/issues).

(back to top)

## ⭐️ Show your support

If you like this project follow me on Github and give it a star to motivate build more cool staff. Thank you.

(back to top)

## 🙏 Acknowledgments

I would like to thank the Microverse Community, My stand up team and coding partners who we work tirelessly to make it possible.

(back to top)

## 📝 License

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

(back to top)