https://github.com/stephenkati/vet_clinic
vet_clinic stores and manipulates data for a vet clinic. It includes creating of tables, querying and updating data, joining tables, database performance audit and database schema diagram.
https://github.com/stephenkati/vet_clinic
postgresql sql
Last synced: about 1 year ago
JSON representation
vet_clinic stores and manipulates data for a vet clinic. It includes creating of tables, querying and updating data, joining tables, database performance audit and database schema diagram.
- Host: GitHub
- URL: https://github.com/stephenkati/vet_clinic
- Owner: stephenkati
- License: mit
- Created: 2023-06-04T09:34:09.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-13T14:52:27.000Z (about 3 years ago)
- Last Synced: 2025-03-26T06:23:58.119Z (over 1 year ago)
- Topics: postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 99.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vet_clinic
# 📗 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)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
# 📖 [vet_clinic]
**[vet_clinic]** stores and manipulates data for a vet clinic. It includes creating of tables, querying and updating data, joining tables, database performance audit and database schema diagram.
Client
Server
Database
- **[Great summary for the repo]**
- **[Use of GitFlow]**
- **[Tables: Separation, Integrity]**
- **[Relationships: Efficiency, Retrieval]**
- **[Keys: Referential, Associations]**
- **[Security: Authentication, Authorization]**
- **[Maintenance: Backups, Durability]**
- Use [schema.sql](/schema.sql) to create database and tables.
- Use [data.sql](/data.sql) to populate tables with data samples.
- Use [queries.sql](/queries.sql) to query the database information.
### Prerequisites
In order to run this project you need:
- `SQL` database like `PostgresSQL`
- `Terminal`, `shell` or `command prompt`
### Setup
Clone this repository to your desired folder:
Run `git clone https://github.com/stephenkati/vet_clinic.git`
### Install
Install this project with:
### Usage
To run the project, navigate to the project directory and ope the files.
cd `vet_clinic`
### Run tests
You can run tests to check for linter errors by running the following commands:
👤 **Stephen Katuli**
- GitHub: [@githubhandle](https://github.com/stephenkati)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/stephen-katuli/)
👤 **Rushema Anicet**
- GitHub: [@githubhandle](https://github.com/rushemaa)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/rushemaa/)
- **[Indexing to improve searches]**
- **[Better Data sharing]**
- **[Security Protocols]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/stephenkati/vet_clinic/issues).
If you like this project please support me by staring ⭐️ it.
We would like to thank my Microverse team and my coding partners for their support and guidance.
- **[How good are your communication skills?]**
- [I have good writting and speaking communication skills in English.]
- **[What else do you do apart from coding?]**
- [I do graphics design.]
This project is [MIT](/LICENSE) licensed.