/Vet-clinic-database

A simple relational database created to initialize data structure for a Vet Clinic. It Contains a table which store animals' information.

Primary LanguagePLpgSQLMIT LicenseMIT

VET-CLINIC-DATABASE

📗 Table of Contents

Vet-clinic-database

A simple relational database created to initialize data structure for a Vet Clinic. It Contains a table which store animals' information.

🛠 Built With

Tech Stack

PostgreSQL

Key Features

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

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

PostgreSQL Installed. [See Guide] (https://www.postgresql.org/docs/current/tutorial-install.html)

Setup

Clone this repository to your desired folder:

  cd my-folder
  git@github.com:uisendy/Vet-clinic-database.git

Usage

  • 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!

(back to top)

👥 Authors

👤 Sendy Inieke

👤 Kenny Egun

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Kindly show your support by hitting the Start ⭐️ icon on this repo.

(back to top)

🙏 Acknowledgments

Hat tip to Microverse Inc for the code Template

(back to top)

📝 License

This project is MIT licensed.

(back to top)