Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gisachris/vet-clinic

this repository focuses on learning SQL syntax by using the project for a veterinary program to record animal data with PostgreSQL
https://github.com/gisachris/vet-clinic

Last synced: about 1 month ago
JSON representation

this repository focuses on learning SQL syntax by using the project for a veterinary program to record animal data with PostgreSQL

Awesome Lists containing this project

README

        

# πŸ“— 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)

# πŸ“– Vet_Clinic

**Vet_Clinic** is a project that focuses on learning and developing SQL syntax knowledge by using the SQL querries for a veterinary program to record animal data with PostgreSQL

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Create and Insert data into the dataBase.**
- **Run querries to manipulate the data in a requested manner.**
- **File and Query organisation that is top Notch.**

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

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/gisachris/vet-clinic.git

cd vet-clinic

```

### Install

Install this project with:

```sh
cd vet-clinic
gem install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
bin/rails test test/models/article_test.rb
```

### Deployment

You can deploy this project using:

```sh
Project will be deployed using Render.
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Author1**

- GitHub: [@gisaChris](https://github.com/gisachris)
- Twitter: [@gisaDev](https://twitter.com/_GisaChris)
- LinkedIn: [Gisa Chris](https://www.linkedin.com/in/gisa-chris/)

(back to top)

## πŸ”­ Future Features

- **Implementing Automation with Quering Data**
- **Adding a frontEnd for this Application**
- **Connecting frontEnd to the Backend to this program**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/gisachris/vet-clinic/issues).

(back to top)

## ⭐️ Show your support

If you like this project consider giving us a⭐️star on this project.

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse for an opportunity to learn and develop my development skillSet.

(back to top)

## πŸ“ License

This project is [MIT](https://github.com/gisachris/vet-clinic/blob/development/LICENSE).

(back to top)