bilalrajput09 / Vet-clinic-database

I used a relational database to create the data structure for a vet clinic. I started with one table, and step by step, I created a complete database with data about: animals animals' owners clinic employees visits Apart from building data structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VET CLINIC DATABASEπŸ₯

πŸ“— Table of Contents

πŸ“– [Vet clinic Database]

Overall, the Vet Clinic Database project provides a foundation for efficiently managing animal records in a veterinary clinic. It offers the ability to store, retrieve, and analyze relevant data, aiding in the smooth operation of the clinic and facilitating decision-making processes.

[ER DIAGRAM]

πŸ›  Built With

Tech Stack

Database

Key Features

  • Vet Clinic Database
  • Animals Table
  • Table query

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:tomdan-ai/Vet-clinic-Database.git

Install

Install this project with:

  • PostgreSQL installer

Usage

To run the project:

  • Open SQL shell (psql)
\c vet_clinic
\d animals

(back to top)

πŸ‘₯ Authors

πŸ‘€ Bilal Ahmed

(back to top)

πŸ”­ Future Features

  • Join table feature
  • Patients table

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

πŸ™ Acknowledgments

we would like to express our gratitude to Microverse community and my partners.

⭐️ Show your support

If you like this project please give it a star

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

I used a relational database to create the data structure for a vet clinic. I started with one table, and step by step, I created a complete database with data about: animals animals' owners clinic employees visits Apart from building data structure.

License:MIT License


Languages

Language:PLpgSQL 100.0%