/database-vet-clinic

Primary LanguagePLpgSQLMIT LicenseMIT

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!

📗 Table of Contents

📖 [Vet Clinic]

The primary objective of the Vet Clinic project is to establish a relational database framework tailored specifically for a veterinary clinic. Its purpose is to enhance operational efficiency, streamline record-keeping, and elevate the standard of patient care through the seamless integration of clinic processes and effortless retrieval of data.

Our RD Diagram is as follows: ER Diagram

🛠 Built With

PostgreSQL 15

Tech Stack

Database

Key Features

  • [Efficient data management: Allows adding, updating, and deleting animal records.]
  • [Search and filter capabilities: Enables finding animals based on various criteria.]
  • [Data visualization and reporting: Provides visual representations and reports for data analysis.]

(back to top)

💻 Getting Started

To get a local copy up and running, run the queries on schema.sql to create all tables.

Prerequisites

In order to run this project you need: PostgreSQL

(back to top)

👥 Author

👤 Cristian Zambrano

(back to top)

🔭 Future Features

  • [Efficient data management: Allows adding, updating, and deleting animal records.]
  • [Search and filter capabilities: Enables finding animals based on various criteria.]
  • [Data visualization and reporting: Provides visual representations and reports for data analysis.]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project send me a message on linkedin! and share with your friends!

(back to top)

🙏 Acknowledgments

I would like to thank microverse for getting me started!

(back to top)

📝 License

This project is MIT licensed.

(back to top)