https://github.com/blase147/vet_clinic
Vet_Clinic is a database created to manage the treasured data of clients and their animals for monitoring and evaluation purposes, as well as enabling a more data-informed decision on customers' management, and rewards for patronage. This will greatly impact the efficiency of our services to clients, especially the speed of delivery.
https://github.com/blase147/vet_clinic
postgresql sql
Last synced: 9 months ago
JSON representation
Vet_Clinic is a database created to manage the treasured data of clients and their animals for monitoring and evaluation purposes, as well as enabling a more data-informed decision on customers' management, and rewards for patronage. This will greatly impact the efficiency of our services to clients, especially the speed of delivery.
- Host: GitHub
- URL: https://github.com/blase147/vet_clinic
- Owner: blase147
- License: mit
- Created: 2022-12-19T09:23:05.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-05T11:33:06.000Z (over 3 years ago)
- Last Synced: 2025-02-03T02:32:47.989Z (over 1 year ago)
- Topics: postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SQL-DATABASE
> This template should be used for database related projects at Microverse.
> Generate your own repository, update this README and edit all files content while working on projects. You should not be adding any new files unless asked otherwise.
# Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**
# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**vet_clinic** is a database management script for veterinery practies which inludes queries for visits, owners of pets, escape attempt count, and other necesary vet records
Server
Database
- **[Stores records of pet animals and their owners]**
- **[Stores and Fetches querries on animals' vet status]**
### Prerequisites
> In order to run this project you need:
- Basic knowlegde of Structured Query Language
- Postgres
### Setup
Clone this repository to your desired folder:
- https://github.com/blase147/vet_clinic.git
👤 **Chukwuma Paul Mosanya**
[GitHub](https://github.com/blase147) | [Twitter](https://twitter.com/ChukwumaMosanya) | [LinkedIn](https://www.linkedin.com/in/chukwuma-mosanya)
> Describe 1 - 3 features you will add to the project.
- [ ] **[To be developed into standard vet practice database]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/blase147/vet_clinic/issues).
## ⭐️ Show your support
Give a ⭐️ if you like this project!
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
- **[Want to work with me on this project?]**
- [Call: 08035344730]
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._