Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahira-sadat/vet-clinic-database
This is a database project using relational database to create the data structure for a vet clinic.
https://github.com/shahira-sadat/vet-clinic-database
Last synced: 6 days ago
JSON representation
This is a database project using relational database to create the data structure for a vet clinic.
- Host: GitHub
- URL: https://github.com/shahira-sadat/vet-clinic-database
- Owner: shahira-sadat
- License: mit
- Created: 2022-09-13T04:53:50.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-22T05:52:42.000Z (about 2 years ago)
- Last Synced: 2023-03-04T02:33:00.941Z (over 1 year ago)
- Language: PLpgSQL
- Homepage:
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vet-clinic-database
This is a database project using relational database to create the data structure for a vet clinic.# Database Schema Diagram
## Built With
![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)
![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white)
![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)
## Getting StartedThis repository includes files with plain SQL that can be used to recreate a database:
- Use `schema.sql` to create table.
- Use `data.sql` to populate table with sample data.
- Check `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!**### Prerequisites
- PostgreSQL server installed and running.
- psql installed
- A database to use
## Authors
👤 Shahira Sadat- GitHub: [Shahira Sadat](https://github.com/shahira-sadat)
- Twitter: [Shahira Sadat](https://twitter.com/SadatShahira)
- Linkedin: [Shahira Sadat](https://www.linkedin.com/in/shahira-sadat-49b402199)
- Gmail: [email protected]## 🤝 Contributing
Contributions, issues, and feature requests are welcome!## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)
- Thanks to [Ali Jendoubi](https://github.com/ichala) for making the Football Leagues API that used in this project.
- Thanks to [Nelson Sakwa on Behance.](https://www.behance.net/sakwadesignstudio) for App design template.## License
This project is MIT licensed.