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.

MIT License

Stars
5
Committers
1

Vet-Clinic

πŸ“— Table of Contents

πŸ“– Vet-Clinic

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.

πŸ›  Built With

Tech Stack

Key Features

  • [Diagram]
  • [Animals-data-table]

πŸ’» Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

  • Use schema.sql to create all tables.
  • Use data.sql to populate tables with sample data.
  • Check 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:

  cd my-project
  gem install

Usage

To run the project, execute the following command:

  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

πŸ‘₯ Authors

πŸ‘€ Author1

πŸ”­ Future Features

  • [Add more relational tables for the vet clinic]

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project give it a ⭐️

πŸ™ Acknowledgments

  • Microverse
  • freecodecamp, Youtube

πŸ“ License

This project is MIT licensed.

Related Projects