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.
- Host: GitHub
- URL: https://github.com/rysth/ruby-veterinary
- Owner: Rysth
- License: other
- Created: 2023-09-18T17:35:38.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-09-26T20:12:20.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T08:48:36.529Z (over 1 year ago)
- Language: PLpgSQL
- Homepage:
- Size: 684 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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** 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.
Database
- **See different animals with their own names, weight, etc..**
- **Create, Read, Update, and Delete animals from the database.**
- **Optimize Queries with Indexation**.
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.
👤 **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/)
- [ ] **[Build an web application with React to handle the Database information.]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to watch it and take some features that will enhance your project as well.
I would like to thank the Microverse Team for reviewing my code and making me a better professional.
This project is [MIT](./LICENSE.md) licensed.