Skip to content

The Veterinary PostgreSQL Database Management System is a system designed to manage the data and records of a veterinary clinic. The system is designed to store and manage data related to animals, their owners, appointments, treatments, and medical histories

License

Notifications You must be signed in to change notification settings

Ridwanullahi-code/vet_clinic_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

📖 Veterinary PostgreSQL Database

The Veterinary PostgreSQL Database Management System is a system designed to manage the data and records of a veterinary clinic. The system is designed to store and manage data related to animals, their owners, appointments, treatments, and medical histories.

🛠 Built With

Tech Stack

Database

Key Features

Features:

  • Animal Records: A database of animal records that stores information such as the animal's name, breed, age, gender, and owner information.
  • Owner Records: A database of owner records that stores information such as the owner's name, address, phone number, and email address.
  • Appointment Scheduling: A calendar that allows clinic staff to schedule appointments for animals and track upcoming appointments.
  • Treatment and Medical History Records: A database of treatment and medical history records that stores information such as the treatment type, date, and cost.

(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:

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Ridwanullahi-code/vet_clinic_database.git

or

  git clone git@github.com:Ridwanullahi-code/vet_clinic_database.git

Install

Install Relational Database Called Postgresql

(back to top)

👥 Authors

👤 Ajayi Ridwan

👤 Iptisam Mukadam

(back to top)

🔭 Future Features

(back to top)

  • Create examination, surgery, diagnosis tables
  • Add more records to the tables
  • Add some constraints to tables

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

  • Thanks Microverse for the material you have provided during database creation.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

The Veterinary PostgreSQL Database Management System is a system designed to manage the data and records of a veterinary clinic. The system is designed to store and manage data related to animals, their owners, appointments, treatments, and medical histories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published