Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moyasiginko/vet-clinic-project

A vet-clinic database using postgreSQL.
https://github.com/moyasiginko/vet-clinic-project

Last synced: 28 days ago
JSON representation

A vet-clinic database using postgreSQL.

Awesome Lists containing this project

README

        

# Vet-Clinic-Project

## Getting Started

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.

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Vet-Clinic-Project]

> In this project milestone, the addition of new tables and foreign key columns to the animals table enables the modeling of one-to-many relationships. Leveraging JOIN operations, the data is then efficiently queried across multiple tables to retrieve relevant information.

## 🛠 Built With

### Tech Stack

> The tech stack for this project includes PostgreSQL as the relational database management system (RDBMS) for data storage and retrieval. Additionally, SQL is utilized for querying and manipulating the data within the database. The project may also involve the use of programming languages, frameworks, or libraries depending on the specific implementation requirements.

Client

Server

Database

### Key Features

- **[Query and Update Animals Table]**
- **[Join Table for Visits]**
- **[Efficient Data Management]**

(back to top)

## 🚀 Live Demo

> NA

(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:

> Step 1: Clone this project using this git comand line in your terminal.

```sh
git clone
```

> (if you don't have git installed please visit
and install it).

> Step 2: Open your terminal and navigate to the folder that you want to clone this project into.
### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone https://github.com/MoyasiGinko/Vet-Clinic-Project.git
```

### Install

> Step 3: Once you have cloned this repo navigate to the folder that contains the repository.

Example command:

```sh
cd Vet-Clinic-Project
```

Install this project with:

```sh
gem install rails
```

Then, run the following command to install the necessary gems:

```sh
gem install
```

### Usage

> Step 4: If you want to watch the html file open it with your favorite web browser(This project MUST be opened from VS Code for full functionality).

To run the project, execute the following command:

Example command:

```sh
rails server
```

> Step 5: If you want to edit this project open it with your favorite text editor.

### Run tests

> NA

### Deployment

> NA

(back to top)

## 👥 Authors

👤 **Moyasi**

- GitHub: [MoyasiGinko](https://github.com/MoyasiGinko)
- Twitter: [@Moyasi_Ginko](https://twitter.com/moyasi_ginko)
- LinkedIn: [Moyasi](https://www.linkedin.com/in/mahmudur-rahman-a8a151257)

(back to top)

## 🔭 Future Features

- **[Smart Home Automation System: Intelligent Control for Modern Living]**
- **[E-commerce Platform Optimization: Enhancing User Experience and Conversion Rates]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/MoyasiGinko/Vet-Clinic-Project/issues/).

(back to top)

## ⭐️ Show your support

> If you like this project please give me a start and share my portfolio to recruiters!

(back to top)

## 🙏 Acknowledgments

> I would like to thank to [microverse](https://www.microverse.org/) For teaching me the database and more things.

(back to top)

## 📝 License

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

(back to top)