https://github.com/sahlminkok/vetclinicdatabase
https://github.com/sahlminkok/vetclinicdatabase
postgresql
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahlminkok/vetclinicdatabase
- Owner: sahlminkok
- License: mit
- Created: 2023-07-26T03:31:54.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-04T11:24:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T00:50:00.354Z (over 1 year ago)
- Topics: postgresql
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** is a project that showcases the utilization of a relational database (PostgreSQL) to design the data architecture for a veterinary clinic.
Database
- **Animals Data**
- **Animal's Owners**
- **Clinic Employees**
- **Visits**
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)
);
```
👤 **Sahalu Aminu**
- GitHub: [@sahlminkok](https://github.com/sahlminkok)
- Twitter: [@sahlminkok](https://twitter.com/sahlminkok)
- LinkedIn: [sahlminkok](https://linkedin.com/in/sahlminkok)
- [ ] **Mobile App Integration**
- [ ] **Appointment Management System**
- [ ] **Inventory Management**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give it a star 🌟
I would like to thank Microverse for their support.
This project is [MIT](./LICENSE) licensed.