Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brytebee/vet-clinic
In this project, I have used a relational database to create the data structure for a vet clinic. I added animals, animals' owners, clinic employees, and visits Tables.
https://github.com/brytebee/vet-clinic
cmd command-line pgadmin4 postgres postgresql psql
Last synced: 16 days ago
JSON representation
In this project, I have used a relational database to create the data structure for a vet clinic. I added animals, animals' owners, clinic employees, and visits Tables.
- Host: GitHub
- URL: https://github.com/brytebee/vet-clinic
- Owner: brytebee
- Created: 2022-03-21T15:40:00.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-30T09:31:22.000Z (over 2 years ago)
- Last Synced: 2024-10-21T18:33:24.831Z (2 months ago)
- Topics: cmd, command-line, pgadmin4, postgres, postgresql, psql
- Language: PLpgSQL
- Homepage:
- Size: 475 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet-clinic
In this project, I have used a relational database to create the data structure for a vet clinic. I added animals, animals' owners, clinic employees, and visits Tables.
## Schema Diagram
![image](https://user-images.githubusercontent.com/27709832/160799747-34261014-1815-498c-8cf9-b4109b7cc7d2.png)![schema diagram](https://user-images.githubusercontent.com/27709832/160799466-354e3fac-5468-48da-abe6-e95523901043.gif)
## Built With
- SQL (PostgreSQLdoc)
## Getting started
1. [Installing PostgreSQL](https://www.postgresql.org/download/)
2. Clone the project
3. Change directory `cd vet_clinic`
4. On the cmd run `psql -U postgres` to login to postgres.
5. Run `\c vet_clinic` to create the database.
6. Run `\i schema.sql` to create the Table schema.
7. Run `\i data.sql` to enter the data.
8. Run `SELECT * FROM animals` to view all data entries.
9. Run your desired query from `queries.sql`### Prerequisites
Internet connection and basic computing skills.
Load the page and enjoy!## Author
👤 **Atsighi Bright**
- GitHub: [@brytebee](https://github.com/brytebee)
- Twitter: [@brytebee](https://twitter.com/brytebee)
- LinkedIn: [brytebee](https://www.linkedin.com/in/brytebee/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/brytebee/Vet-clinic/issues) here 😏😏.
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
All thank to God Almighty for life.
To the:- entire microverse community
- My conding partners,
- Stand-up team, and
- Morning teamThanks for all contributions and reviews.
## 📝 License
This project is [MIT](./MIT.md) licensed.