Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gisachris/vet-clinic
- Owner: gisachris
- License: mit
- Created: 2023-07-17T13:13:30.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-07-26T06:50:46.000Z (over 1 year ago)
- Last Synced: 2024-10-03T11:24:41.180Z (about 2 months ago)
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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
Client
Server
Database
- **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.**
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.
```
π€ **Author1**
- GitHub: [@gisaChris](https://github.com/gisachris)
- Twitter: [@gisaDev](https://twitter.com/_GisaChris)
- LinkedIn: [Gisa Chris](https://www.linkedin.com/in/gisa-chris/)
- **Implementing Automation with Quering Data**
- **Adding a frontEnd for this Application**
- **Connecting frontEnd to the Backend to this program**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/gisachris/vet-clinic/issues).
If you like this project consider giving us aβοΈstar on this project.
I would like to thank Microverse for an opportunity to learn and develop my development skillSet.
This project is [MIT](https://github.com/gisachris/vet-clinic/blob/development/LICENSE).