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

https://github.com/katarighe/vet-clinic-database

This is a project about creating the data structure for a veterinary clinic using a relational database. The database contains tables for animals, animal owners, clinic employees, and visits. It is built with PostgreSQL.
https://github.com/katarighe/vet-clinic-database

database database-schema microverse-projects postgresql sql

Last synced: about 2 months ago
JSON representation

This is a project about creating the data structure for a veterinary clinic using a relational database. The database contains tables for animals, animal owners, clinic employees, and visits. It is built with PostgreSQL.

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)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Vet Clinic Database

The **Vet Clinic Database** is a simple database that stores information about the animals in the vet.

## πŸ›  Built With

Client

Server

Database

### Key Features

> The three key features of this project include the following.

- ***Query and update the animals table.**
- **Query multiple tables.**
- **Add "join table" for vists.**

(back to top)

## πŸ’» Getting Started
Get ready to explore Vet Clinic Database with these steps:

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

**Schema Diagram**
![drawSQL-vet-clinic-export-2023-09-26](https://github.com/katarighe/vet-clinic-database/assets/80690364/4d2cf7f8-0f65-4594-ad59-75091c050f20)

## πŸ‘₯ Authors

πŸ‘€ **Mohamed Aden Ighe**

- GitHub: [@katarighe](https://github.com/katarighe)
- Twitter: [@katarighe](https://twitter.com/katarighe)
- LinkedIn: [@mighe](https://linkedin.com/in/mighe)

(back to top)

## πŸ”­ Future Features

> Here are some future features that could be added to the Vet Clinic Database in the future.

- **User authentication and authorization:** This would allow users to create accounts, sign in and out, and have their own personal items.

These are just a few ideas for future features that could be added to the Vet Clinic Database. The specific features that are added will depend on the needs and wants of the users.

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a star⭐️ or a thumbs up πŸ‘ if you like this project! You can visit my GitHub profile for more of my projects.

(back to top)

## πŸ™ Acknowledgments

- Project supervised by [Microverse](https://www.microverse.org/)
- [Creative Commons 4.0 License](https://creativecommons.org/licenses/by-nc/4.0/)

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)