Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rileymanda/vet-clinic
Vet clinic database schema and queries
https://github.com/rileymanda/vet-clinic
plpgsql postgresql sql
Last synced: 9 days ago
JSON representation
Vet clinic database schema and queries
- Host: GitHub
- URL: https://github.com/rileymanda/vet-clinic
- Owner: RileyManda
- License: other
- Created: 2023-08-21T11:25:53.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-14T17:42:08.000Z (about 1 year ago)
- Last Synced: 2024-10-12T09:41:44.507Z (about 1 month ago)
- Topics: plpgsql, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Vet Clinic
> Vet clinic database schema and queries
## Getting Started
This repository includes files with plain SQL that contains the vet database schema and queries:
# π 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](#faq)
- [π License](#license)> Vet clinic database schema and queries
**[Vet clinic]** is a repository that contains sql Vet clinic database schema and queries.
> SQL commands where executed on the terminal via posgresSql.
Database
Language
- **[AnimalsTable]**
- **[Add Animals]**
- **[Query Animals]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/RileyManda/vet-clinic.git
```
-
### Install
Install this project with:
### Usage
To run the project, you will need:
postgresSql
```sh
psql postgres
```
### Run tests
To run tests, run the following command:
π€ **RileyManda**
- GitHub: [@RileyManda](https://github.com/RileyManda)
- Twitter: [@rilecodez](https://twitter.com/rileycodez)
- LinkedIn: [rileymanda](https://www.linkedin.com/in/rileymanda/)
- [ ] **[Intergrate db to front end]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/RileyManda/vet-db/issues).
Thank you for taking the time to explore this project! Your support means a lot to me. If you find my project valuable and would like to contribute, here is one way you can support me:
- Star the project βοΈ: Show your appreciation by starring this GitHub repository. It helps increase visibility and lets others know that the project is well-received.
- Fork the project π΄ π£: If you're interested in making improvements or adding new features, feel free to fork the project. You can work on your own version and even submit pull requests to suggest changes.
- Share with others πΊοΈ: Spread the word about this project. Share it on social media, mention it in relevant forums or communities, or recommend it to colleagues and friends who might find it useful.
I would like to express my sincere gratitude to [Microverse](https://github.com/microverseinc), the dedicated reviewers, and collaborators. Your unwavering support, feedback, and collaborative efforts have played an immense role in making this journey a resounding success. I am truly grateful for your contributions and for being an integral part of my achievements. Thank you for your continued support.
- **Question_1**
Do I have to use the vs code specifically?
- Answer_1
You can use any code editor of your choice.
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE.txt)