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

https://github.com/sahlminkok/vetclinicdatabase


https://github.com/sahlminkok/vetclinicdatabase

postgresql

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          


Vet Clinic Database

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Vet Clinic Database ](#-vet-clinic-database-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Vet Clinic Database

**Vet Clinic Database** is a project that showcases the utilization of a relational database (PostgreSQL) to design the data architecture for a veterinary clinic.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Animals Data**
- **Animal's 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 postgreSQL](https://www.postgresql.org/download/)

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/sahlminkok/VetClinicDatabase.git
```

### Usage

To run the project, execute commands in the postgreSQL terminal/SQL Shell:

Example command:

```sh
CREATE TABLE animals (
name VARCHAR(100)
);
```

(back to top)

## 👥 Authors

👤 **Sahalu Aminu**

- GitHub: [@sahlminkok](https://github.com/sahlminkok)
- Twitter: [@sahlminkok](https://twitter.com/sahlminkok)
- LinkedIn: [sahlminkok](https://linkedin.com/in/sahlminkok)

(back to top)

## 🔭 Future Features

- [ ] **Mobile App Integration**
- [ ] **Appointment Management System**
- [ ] **Inventory Management**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give it a star 🌟

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for their support.

(back to top)

## 📝 License

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

(back to top)