anita00001 / vet-clinic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VET CLINIC DATABASE

πŸ“— Table of Contents

πŸ“– Vet Clinic Database

Vet clinic database is a relational database built using PostgreSQL. In this database information like name, birth date, escape attempts, neutered or not weight of animals are stored.

πŸ›  Built With

  • PostgreSQL

Tech Stack

Database

Key Features

  • Relational Database
  • Animal Table
  • Queries

(back to top)

πŸš€ Live Demo

Not available

(back to top)

πŸ’» 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!

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

git clone https://github.com/anita00001/vet-clinic.git
cd vet-clinic
psql
postgres=# \c vet_clinic

Install

Download and Install PostgreSQL

(back to top)

πŸ‘€ Author

(back to top)

πŸ”­ Future Features

  • Query Multiple tables
  • Join tables for visits
  • Database performance audit

(back to top)

🀝 Contributing

  • Contributions, issues, and feature requests are welcome!
    Feel free to check the issues page.

(back to top)

⭐️ Show your support

Do you like this project❔❓
Give it a star ⭐

(back to top)

πŸ™ Acknowledgments

  • I express my sincere gratitude to Microverse (microverse.org) for providing the necessary resources and knowledge.
  • I am thankful to my Learning Partners, Mentors and Code Reviewers who encourage me to optimize and make this project functional.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:PLpgSQL 100.0%