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

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.

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

**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

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features

- **[Stores records of pet animals and their owners]**
- **[Stores and Fetches querries on animals' vet status]**

(back to top)

## 💻 Getting Started

### 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

(back to top)

## 👥 Authors

👤 **Chukwuma Paul Mosanya**

[GitHub](https://github.com/blase147) | [Twitter](https://twitter.com/ChukwumaMosanya) | [LinkedIn](https://www.linkedin.com/in/chukwuma-mosanya)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **[To be developed into standard vet practice database]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support
Give a ⭐️ if you like this project!

If you like this project...

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

## ❓ FAQ

- **[Want to work with me on this project?]**

- [Call: 08035344730]

(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)