Skip to content

A relational database project to create the data structure for a vet clinic. I create a complete database with data about: animals, animals' owners, clinic employees and visits.

License

Notifications You must be signed in to change notification settings

Besufekad-HAZ/Vet_Clinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vet Clinic

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!

Schema Diagram

Schema Diagram

📗 Table of Contents

📖 [Vet_clinic]

[Vet_clinic] :- is a relational database project to create the data structure for a vet clinic. I create a complete database with data about: animals, animals' owners, clinic employees and visits.

🛠 Built With

Tech Stack

Client
  • none
Server
  • none
Database

Key Features

  • [Display_List_of_animals]
  • [Search_List_of_animals_by_properties]

(back to top)

🚀 Live Demo

[Live_Demo_Link] ----> (coming soon)

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

  cd my-folder
  git clone git@github.com:Besufekad-HAZ/Vet_Clinic.git (SSH)

Install

Install this project with:

  • Install PostgreSQL Win
  • Install PostgreSQL macOS
  • Install PostgreSQL Linux

Usage

To run a SQL file, execute the following command:

To use the \i command, you can type it followed by the path to the file containing the SQL commands you want to execute. For example:

\i /path/to/file.sql

This will execute the SQL commands in the specified file.

👥 Authors

👤 Besufekad Alemu

(back to top)

🔭 Future Features

  • Medical records management
  • Appointment scheduling

(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 rate it and give it a star...

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse team for allowing us to work on this Vet Clinic Database project.

(back to top)

❓ FAQ

  • Do i need PostgreSQL installed?

    • Yes...
  • Do i need internet Access?

    • No, you don't the PostgreSQL database server can work offline. And If your server does not have internet access you can install PostgreSQL offline.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

A relational database project to create the data structure for a vet clinic. I create a complete database with data about: animals, animals' owners, clinic employees and visits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published