Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattgomb/vet-clinic-database
https://github.com/mattgomb/vet-clinic-database
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattgomb/vet-clinic-database
- Owner: MattGomb
- License: mit
- Created: 2022-12-12T19:29:50.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-12-20T17:05:18.000Z (about 2 years ago)
- Last Synced: 2024-11-06T06:43:11.074Z (about 2 months ago)
- Language: PLpgSQL
- Size: 815 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Documentation](#documentation)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 Vet-clinic first SQL project
In this project I created the database of an imaginary vet clinic. There are tables for animals, species of animals, vets, specializations of vets, owners, and visits to vets. In the documentation queries.sql we can find some pre-written queries to get some detailed information. The below diagram represents the database:
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- GitHub access
- A code editor
### Setup
## 💻 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!**
👤 **Author**
- GitHub: [@MattGomb](https://github.com/MattGomb)
- Twitter: [@MtysGombos1](https://twitter.com/MtysGombos1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gombos-matyas/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a star!
This project is [MIT](./LICENSE) licensed.