Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/moyasiginko/vet-clinic-project
- Owner: MoyasiGinko
- Created: 2023-07-19T19:24:46.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-07-21T05:33:54.000Z (over 1 year ago)
- Last Synced: 2023-07-21T05:41:16.491Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)> 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.
> 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
- **[Query and Update Animals Table]**
- **[Join Table for Visits]**
- **[Efficient Data Management]**
> NA
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
👤 **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)
- **[Smart Home Automation System: Intelligent Control for Modern Living]**
- **[E-commerce Platform Optimization: Enhancing User Experience and Conversion Rates]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MoyasiGinko/Vet-Clinic-Project/issues/).
> If you like this project please give me a start and share my portfolio to recruiters!
> I would like to thank to [microverse](https://www.microverse.org/) For teaching me the database and more things.
This project is [MIT](./LICENSE) licensed.