Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansaribrahim/vet-clinic
The Vet-Clinic-database is a comprehensive system that manages patient records, appointments, treatments, and billing for a veterinary clinic. It enables efficient scheduling, tracks medical history, and supports seamless communication between staff. This database ensures quality care for pets and streamlines administrative tasks.
https://github.com/ansaribrahim/vet-clinic
plpgsql postgresql sql
Last synced: about 1 month ago
JSON representation
The Vet-Clinic-database is a comprehensive system that manages patient records, appointments, treatments, and billing for a veterinary clinic. It enables efficient scheduling, tracks medical history, and supports seamless communication between staff. This database ensures quality care for pets and streamlines administrative tasks.
- Host: GitHub
- URL: https://github.com/ansaribrahim/vet-clinic
- Owner: AnsarIbrahim
- License: mit
- Created: 2023-08-14T09:28:42.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-08-22T10:10:00.000Z (about 1 year ago)
- Last Synced: 2024-10-11T09:41:58.689Z (about 1 month ago)
- Topics: plpgsql, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 132 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vet-Clinic
![e2954fb3deb2407e8e4bcb40b1fd6376](https://github.com/AnsarIbrahim/LeaderBoard-new/assets/117971223/9d715e43-a095-4b33-b5f2-161236e8fdcc)
# 📗 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](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)Vet-Clinic is a project involves creating a PostgreSQL database using SQL to manage essential information about animals, including their names, dates of birth, escape attempts, neutering status, and weight, facilitating efficient tracking and organization of animal health records and clinic operations.
Client
Server
Database
- **[Diagram]**
![Alt text](Diagram/Vet-Clinic-diagram.png)
- **[Animals-data-table]**
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. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
`install postgresql.`
### Setup
Clone this repository to your desired folder:
`cd my-folder git clone [email protected]:AnsarIbrahim/Vet-Clinic.git`
### Install
Install this project with:
```sh
cd my-project
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`
👤 **Author1**
- [GitHub](https://github.com/AnsarIbrahim)
- [LinkedIn](https://linkedin.com/in/ansar-ibrahim-61447424a/)
- [Twitter](https://twitter.com/ansaradheeb)
- [ ] **[Add more relational tables for the vet clinic]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AnsarIbrahim/Vet-Clinic/issues).
If you like this project give it a ⭐️
- Microverse
- freecodecamp, Youtube
This project is [MIT](./LICENSE) licensed.