https://github.com/chepkok3/vet-clinic-database
This is a database with data about animals, animals' owners, clinic employees, and visits. It uses a relational database to create the data structure for a vet clinic.
https://github.com/chepkok3/vet-clinic-database
database postgresql sql
Last synced: about 1 month ago
JSON representation
This is a database with data about animals, animals' owners, clinic employees, and visits. It uses a relational database to create the data structure for a vet clinic.
- Host: GitHub
- URL: https://github.com/chepkok3/vet-clinic-database
- Owner: chepkok3
- Created: 2023-04-04T06:30:14.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-13T08:42:45.000Z (about 3 years ago)
- Last Synced: 2025-02-15T13:48:32.029Z (over 1 year ago)
- Topics: database, postgresql, sql
- Homepage:
- Size: 5.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**[Vet-Clinic-Database]** is a database with data about animals, animals' owners, clinic employees, and visits. It uses a relational database to create the data structure for a vet clinic.
Database
- **[animales table]**
- **[join table]**
- **[database performance audit]**
- **[database schema diagram]**
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!**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- To install [PostgreSQL](https://www.postgresql.org/)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/chepkok3/Vet-Clinic-Database.git
```
## Authors
👤 **Stanley Kibor**
- GitHub: [@chepkok3](https://github.com/chepkok3)
- Twitter: [@chepkok3](https://twitter.com/home)
- LinkedIn: [@chepkok3](https://www.linkedin.com/in/kibor-stanley-350b8a123/)
👤 **Amk lass**
- GitHub: [@AmkLAss](https://github.com/githubhandle)
- Twitter: [@AmkLAss](https://twitter.com/twitterhandle)
- LinkedIn: [@AmkLAss](https://linkedin.com/in/linkedinhandle)
- [ ] **database schema diagram**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/chepkok3/Vet-Clinic-Database/issues).
If you like this project, give it a ⭐️ and let me know what you like in particular.
I would like to thank all my coding partners and the microverse community for the support and always being ready and willing to help me.
This project is [MIT](https://github.com/chepkok3/Vet-Clinic-Database/blob/dev/MIT%20License) licensed.