/vet-clinic-database

In this repository I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it.

Primary LanguagePLpgSQLMIT LicenseMIT

Vet_Clinic_Database

📗 Table of Contents

📖 Vet_Clinic_Database

It is a project that stores the data of a Vet clinic where the animals are brought for treatment. There is a database about the animals including their age, name and traits, etc. There are a number of tables including owners of the animals, types of pets, and specialties of vets. In this repository, I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it.

[Vet_Clinic_Database] is a...

🛠 Built With

  • Postgres
  • Visual Studio Code

Tech Stack

Postgres

Database

Key Features

Describe between 1-3 key features of the application.

  • [DATABASE]
  • [TABLE] // stores data
  • [QUERIES] // USED To Fetch DATA

(back to top)

🚀 Live Demo

Add a link to your deployed project.

  • [Live Demo Link] Not available yet as live demo will be added later

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Postgres
  • VS Code

Setup

Clone this repository to your desired folder:

cd vet_clinic_database (git@github.com:AbuTalha3/vet-clinic-database.git)

Install

You may Install this project with the PostgreSQL

Usage

To run the project,

  • Use PostgreSQL and
  • pSql: PostgreSQL shell?

Run tests

To run tests, run the following query commands:

Example command:

 SELECT * FROM animals;

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👥 Author

👤 Abu Talha

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • [Tables_with_more_details]
  • [Table linking]
  • [More pets and vets]
  • [More query options]
  • [Visits linking]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project, give it a ⭐️!.

(back to top)

🙏 Acknowledgments

I would like to thank the Microverseinc team for making this possible.

(back to top)

❓ FAQ

  • [Any further qureies, Ask Me on my socials]

(back to top)

📝 License

This project is MIT li

(back to top)