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

https://github.com/chandan-devs-tech/vet-clinic-database

πŸ₯ The [vet_clinic database] is a vital database for a veterinary clinic. It contains data on 🐾 animals, their πŸ§‘β€πŸ‘©β€πŸ‘¦ owners, 🏒 clinic employees, and important πŸ“… visits, ensuring efficient operations and excellent pet care. πŸΆπŸ±πŸ°πŸ’ΌπŸ’‰
https://github.com/chandan-devs-tech/vet-clinic-database

Last synced: 3 months ago
JSON representation

πŸ₯ The [vet_clinic database] is a vital database for a veterinary clinic. It contains data on 🐾 animals, their πŸ§‘β€πŸ‘©β€πŸ‘¦ owners, 🏒 clinic employees, and important πŸ“… visits, ensuring efficient operations and excellent pet care. πŸΆπŸ±πŸ°πŸ’ΌπŸ’‰

Awesome Lists containing this project

README

          

# curriculum-databases-projects-template
## 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!**


vet_clinic

πŸ₯🐾🐢🐱VET CLINIC DATABASE

# πŸ“— Table of Contents

- [curriculum-databases-projects-template](#curriculum-databases-projects-template)
- [Getting Started](#getting-started)
- [πŸ“— Table of Contents](#-table-of-contents)
- [πŸ“– \[vet\_clinic database\] ](#-vet_clinic-database-)
- [πŸ›  Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [πŸš€ Live Demo ](#-live-demo-)
- [πŸ’» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [πŸ‘₯ Authors ](#-authors-)
- [πŸ”­ Future Features ](#-future-features-)
- [🀝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [πŸ™ Acknowledgments ](#-acknowledgments-)
- [πŸ“ License ](#-license-)

# πŸ“– [vet_clinic database]

**[vet_clinic database]** is a database which is having the data structure for a vet clinic and a complete database with data about:
- animals
- animals' owners
- clinic employees
- visits

## πŸ›  Built With
SQL

### Tech Stack

Database

### Key Features

- **[Get info about animals]**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://drawsql.app/teams/chandan-gupta/diagrams/vet-clinic-diagram)

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

- Laptop
- Internet
- Github
- Command Line

### Setup

Clone this repository to your desired folder:

cd my-folder
git clone https://github.com/Chandan-devs-tech/Vet-clinic-database.git

### Install

Install postgreSQL [https://www.postgresql.org/download/]

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Chandan Gupta**

- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)
- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs)

πŸ‘€ **Samuel Lemma**

- GitHub: [@githubhandle](https://github.com/sam2if)
- Twitter: [@twitterhandle](https://twitter.com/samuellemma3733)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/s-lemma/)

(back to top)

## πŸ”­ Future Features

- [ ] **[query and update animals table]**
- [ ] **[query multiple tables]**
- [ ] **[add "join table" for visits]**
- [ ] **[database performance audit]**
- [ ] **[add database schema diagram]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Chandan-devs-tech/Vet-clinic-database/issues).

(back to top)

## ⭐️ Show your support

If you like this project give me a ⭐️.

(back to top)

## πŸ™ Acknowledgments

I would like to thank the Microverse Team.

(back to top)

## πŸ“ License

This project is [MIT](https://github.com/Chandan-devs-tech/Vet-clinic-database/blob/feature/update-animals/Mit.md) licensed.

(back to top)