An open API service indexing awesome lists of open source software.

https://github.com/rysth/ruby-veterinary

RUBY Veterinary is a database scheme that we can follow to handle information from a Veterinary Clinic, here we can query information about different animals with their own properties. Built with PostgreSQL.
https://github.com/rysth/ruby-veterinary

Last synced: 6 months ago
JSON representation

RUBY Veterinary is a database scheme that we can follow to handle information from a Veterinary Clinic, here we can query information about different animals with their own properties. Built with PostgreSQL.

Awesome Lists containing this project

README

          


logo


John Palacios - RysthCraft


# 📗 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)
- [📝 License](#license)

# 📖 RUBY Veterinary

![Database Schema](./schema/Veterinary_Clinic_Schema.png)

**RUBY Veterinary** is a database scheme that we can follow to handle information from a Veterinary Clinic, here we can query information about different animals with their own properties. Built with PostgreSQL.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **See different animals with their own names, weight, etc..**
- **Create, Read, Update, and Delete animals from the database.**
- **Optimize Queries with Indexation**.

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- PostgreSQL database installed and configured on your system.
- Create a PostgreSQL database for the project.
- Execute the SCHEMA.SQL, DATA.SQL, and QUERIES.SQL.

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/Rysth/RUBY-Veterinary.git
cd RUBY-Veterinary
code . (To open VS Code Editor)
```

Then, you will change everything you want!

### Install

Install this project with:

- Install PostgreSQL using the installer available from the [official PostgreSQL download page](https://www.postgresql.org/download/).
- Follow the installation instructions provided for your specific operating system.

### Usage

To run the project, execute the following steps:

- Open PGAdmin, if you haven't already.
- Connect to your PostgreSQL database server by providing the necessary connection details.
- In the PGAdmin interface, you can navigate and interact with your project's database using the SQL editor and other tools.

Choose your preferred method (PostgreSQL SQL Shell or PGAdmin) to work with your project and perform database operations as needed.

(back to top)

## 👥 Authors

👤 **John Palacios**

- GitHub: [@rysthcraft](https://github.com/Rysth)
- Linkedin: [@johnpalacios](https://www.linkedin.com/in/john-palacios-rysthcraft/)

👤 **Soban Syeed**

- GitHub: [@SnakyMz](https://github.com/SnakyMz)
- Twitter: [@SobanSyeed](https://twitter.com/SobanSyeed)
- LinkedIn: [Soban Syeed](https://www.linkedin.com/in/soban-syeed-82985b241/)

(back to top)

## 🔭 Future Features

- [ ] **[Build an web application with React to handle the Database information.]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project feel free to watch it and take some features that will enhance your project as well.

(back to top)

## 🙏 Acknowledgments

I would like to thank the Microverse Team for reviewing my code and making me a better professional.

(back to top)

## 📝 License

This project is [MIT](./LICENSE.md) licensed.

(back to top)