Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohamedhnoor/vet-clinic

Vet Clinic database is a relational database typed by Structured Query Language 'SQL' using PostgresQL, and it provides the required data to create the data structure for a vet-clinic wep app.
https://github.com/mohamedhnoor/vet-clinic

postgresql sql

Last synced: 13 days ago
JSON representation

Vet Clinic database is a relational database typed by Structured Query Language 'SQL' using PostgresQL, and it provides the required data to create the data structure for a vet-clinic wep app.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Vet-Clinic\] ](#-vet-clinic-)
- [Vet_clinic Schema Diagram:](#vet_clinic-schema-diagram)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 [Vet-Clinic]

**Vet Clinic** database is a relational database typed by Structured Query Language 'SQL' using PostgresQL, and it provides the required data to create the data structure for a vet-clinic wep app.

## Vet_clinic Schema Diagram:

vet_clinic database diagram

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **[create animals table]**
- **[database performance audit]**
- **[add database schema diagram]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link - Not yet available](#)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

- Take these commands (COPY & PASTE) in postgresQL terminal and you will have your own database of vet-clinic app

### Prerequisites

In order to run this project you need:

- PostgresQL

### Setup

Clone this repository to your desired folder:

```sh
cd your-folder
git clone https://github.com/MohamedHNoor/vet-clinic.git
```

(back to top)

## 👥 Authors

👤 **Mohamed Hassan Noor**

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

👤 **Samuel Kyere**

- GitHub: [@admirerbrown](https://github.com/admirerbrown)
- Twitter: [@admirerbrown](https://twitter.com/brown_admirer)
- LinkedIn: [@samuelkyere](https://www.linkedin.com/in/samuel-ntow-kyere/)

(back to top)

## 🔭 Future Features

- [ ] **[query and update animals table]**
- [ ] **[query multiple tables]**
- [ ] **[add "join table" for visits]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/MohamedHNoor/vet-clinic/issues).

(back to top)

## ⭐️ Show your support

If you like this project show your support by giving ⭐️!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for this experience

(back to top)

## 📝 License

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._

(back to top)