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.
- Host: GitHub
- URL: https://github.com/ridwanullahi-code/vet_clinic
- Owner: Ridwanullahi-code
- Created: 2022-12-19T07:02:17.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-12-23T17:37:26.000Z (over 3 years ago)
- Last Synced: 2025-01-30T06:29:29.818Z (over 1 year ago)
- Topics: database, database-management-system, postgresql, relational-database
- Language: PLpgSQL
- Homepage:
- Size: 4.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)
**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.
Database
- 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
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
👤 **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/)
- **Create examination, surgery, diagnosis tables**
- **Add more records to the tables**
- **Add some constraints to tables**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ridwanullahi-code/vet_clinic/issues)
Give a ⭐️ if you like this project!
- Thanks [Microverse](https://microverse.org) for the material you have provided during database creation.
This project is [MIT](./LICENSE) licensed.