Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamzaoutdoors/vet-clinic-database
Use a relational database to create the data structure for a vet clinic. And create a complete database with data about animals, animals' owners, clinic employees, and visits.
https://github.com/hamzaoutdoors/vet-clinic-database
backend data-structures database postgresql sql
Last synced: 19 days ago
JSON representation
Use a relational database to create the data structure for a vet clinic. And create a complete database with data about animals, animals' owners, clinic employees, and visits.
- Host: GitHub
- URL: https://github.com/hamzaoutdoors/vet-clinic-database
- Owner: Hamzaoutdoors
- Created: 2021-10-26T00:08:19.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-03T12:23:49.000Z (about 3 years ago)
- Last Synced: 2024-11-29T11:48:50.791Z (26 days ago)
- Topics: backend, data-structures, database, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 29.3 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet clinic database: create animals table- In this project I will use a relational database ```SQL``` with _PostgreSQL_ to create data structure for a virtual vet clinic. The complete database with data about:
- animals
- animals' owners
- clinic employees
- visitsApart from building data structure, I was challenged with tasks that require ```SQL``` queries to answer specific/complex questions.
> Diagram above is an Entity Relationship Diagram (ERD) shows the relationships of entity sets stored in ```vet_clinic``` database
## Author
👤 **Ellaouzi Hamza**
- GitHub: [hamzaoutdoors](https://github.com/Hamzaoutdoors)
- LinkedIn : [Hamza Ellaouzi](https://www.linkedin.com/in/hamza-ellaouzi-137a45b8/)
- Twitter: [Hamza Ellaouzi](https://twitter.com/EllaouziHamza)
- Instagram : [HamzaOutdoors](https://www.instagram.com/hamzaoutdoors/?hl=fr)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Hamzaoutdoors/Vet-clinic-database/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration 💘
- Microverse program ⚡
- My standup team 😍
- My family's support 🙌
- MicroBros 😜## 📝 License
This project is [MIT](https://github.com/Hamzaoutdoors/Vet-clinic-database/blob/dev/MIT.md) licensed.
Made with ❤ by Hamza