Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainconnect93/vet-clinic
Vet Clinic is a relational database management web based application that tracks information about animals, their clinic visits and the details of the veterinary officers who attended to them.
https://github.com/brainconnect93/vet-clinic
database postgresql schema sql sql-server
Last synced: 18 days ago
JSON representation
Vet Clinic is a relational database management web based application that tracks information about animals, their clinic visits and the details of the veterinary officers who attended to them.
- Host: GitHub
- URL: https://github.com/brainconnect93/vet-clinic
- Owner: brainconnect93
- Created: 2022-08-24T10:18:37.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-31T21:13:25.000Z (over 2 years ago)
- Last Synced: 2024-12-15T01:32:33.024Z (about 2 months ago)
- Topics: database, postgresql, schema, sql, sql-server
- Language: PLpgSQL
- Homepage:
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![](https://img.shields.io/badge/Microverse-Afolabi%20Akorede-blueviolet)](https://github.com/brainconnect93)
# Vet Clinic Database
> Vet Clinic is a relational database management web based application that tracks information about animals, their clinic visits and the details of the clinics employees who attended to them.# Schema Diagram
![Vet Clinic Schema Design ](https://user-images.githubusercontent.com/78634841/187647692-5554ec48-c096-4e06-acc8-6a256acfc8d9.png)## 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!**## Authors
👤 **Afolabi Akorede**
- GitHub: [@brainconnect93](https://github.com/brainconnect93)
- Twitter: [@brainconnect0](https://twitter.com/brainconnect0)
- LinkedIn: [Afolabi Akorede](https://linkedin.com/in/brainconnect93)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.