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

https://github.com/ridwanullahi-code/vet_clinic

Veterinary Clinic Database Kepp track of the services of a veterinarian, and facilities for the medical treatment, examination, surgery, diagnosis, grooming, general health care, and observation of domestic animals and birds.
https://github.com/ridwanullahi-code/vet_clinic

database database-management-system postgresql relational-database

Last synced: 7 months ago
JSON representation

Veterinary Clinic Database Kepp track of the services of a veterinarian, and facilities for the medical treatment, examination, surgery, diagnosis, grooming, general health care, and observation of domestic animals and birds.

Awesome Lists containing this project

README

          

# 📗 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)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Vet Clinic Database

**Veterinary Clinic Database** Kepp track of the services of a veterinarian, and facilities for the medical treatment, examination, surgery, diagnosis, grooming, general health care, and observation of domestic animals and birds.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- Create Database called **Vet Clinic** to store animals records
- Create Table called **animals** and insert records into table
- Make queries to fetch animals records
- Screenshot the queries output, saved it in new folder

(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:
- Basic Knowledge of [DBMS (Database Management System)](https://www.youtube.com/watch?v=mqprM5YUdpk)
- Basic Knowledge of [Relational Database](https://www.youtube.com/watch?v=NvrpuBAMddw)
- Basic Knowledge of [SQL Command](https://www.w3schools.com/sql/default.asp)
- Basic Knowledge of [Postgresql Command](https://www.geeksforgeeks.org/postgresql-psql-commands/)

### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/Ridwanullahi-code/vet_clinic.git
```
or
```sh
git clone git@github.com:Ridwanullahi-code/vet_clinic.git
```
### Install
Install [Relational Database]((https://computer.howstuffworks.com/question599.htm) ) Called **Postgresql**

- Postgresql [Installation](https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql/) on Window
- Postgresql [Installation](https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql-macos/) on MacOS
- Postgresql [Installation](https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql-linux/) on Linux

(back to top)

## 👥 Authors

👤 **Ajayi Ridwan**

- GitHub: [@Ridwanullahi-code](https://github.com/Ridwanullahi-code)
- Twitter: [@Ridwanullahi22](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ajayi-ridwan/)

(back to top)

## 🔭 Future Features

- **Create examination, surgery, diagnosis tables**
- **Add more records to the tables**
- **Add some constraints to tables**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Ridwanullahi-code/vet_clinic/issues)

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- Thanks [Microverse](https://microverse.org) for the material you have provided during database creation.

(back to top)

## 📝 License

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

(back to top)