Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedhnoor/vet-clinic
Vet Clinic database is a relational database typed by Structured Query Language 'SQL' using PostgresQL, and it provides the required data to create the data structure for a vet-clinic wep app.
https://github.com/mohamedhnoor/vet-clinic
postgresql sql
Last synced: 13 days ago
JSON representation
Vet Clinic database is a relational database typed by Structured Query Language 'SQL' using PostgresQL, and it provides the required data to create the data structure for a vet-clinic wep app.
- Host: GitHub
- URL: https://github.com/mohamedhnoor/vet-clinic
- Owner: MohamedHNoor
- License: mit
- Created: 2023-02-20T07:42:44.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-02-28T16:59:42.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T08:51:41.428Z (20 days ago)
- Topics: postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 92.8 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Vet-Clinic\] ](#-vet-clinic-)
- [Vet_clinic Schema Diagram:](#vet_clinic-schema-diagram)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**Vet Clinic** database is a relational database typed by Structured Query Language 'SQL' using PostgresQL, and it provides the required data to create the data structure for a vet-clinic wep app.
## Vet_clinic Schema Diagram:
Database
- **[create animals table]**
- **[database performance audit]**
- **[add database schema diagram]**
- [Live Demo Link - Not yet available](#)
To get a local copy up and running, follow these steps.
- Take these commands (COPY & PASTE) in postgresQL terminal and you will have your own database of vet-clinic app
### Prerequisites
In order to run this project you need:
- PostgresQL
### Setup
Clone this repository to your desired folder:
```sh
cd your-folder
git clone https://github.com/MohamedHNoor/vet-clinic.git
```
👤 **Mohamed Hassan Noor**
- GitHub: [@MohamedHNoor](https://github.com/MohamedHNoor)
- Twitter: [@MohamedHNoor](https://twitter.com/MohamedHNoor)
- LinkedIn: [@MohamedHNoor](https://www.linkedin.com/in/mohamedhnoor/)
👤 **Samuel Kyere**
- GitHub: [@admirerbrown](https://github.com/admirerbrown)
- Twitter: [@admirerbrown](https://twitter.com/brown_admirer)
- LinkedIn: [@samuelkyere](https://www.linkedin.com/in/samuel-ntow-kyere/)
- [ ] **[query and update animals table]**
- [ ] **[query multiple tables]**
- [ ] **[add "join table" for visits]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MohamedHNoor/vet-clinic/issues).
If you like this project show your support by giving ⭐️!
I would like to thank Microverse for this experience
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._