christianonoh / vet-clinic

This Vet Clinic project focuses on creating a relational database structure for a veterinary clinic. The project aims to improve operational efficiency, record-keeping, and patient care by facilitating easy data retrieval and seamless integration of clinic processes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vet Clinic Database

πŸ“— Table of Contents

🐢 Vet Clinic

Vet Clinic project focuses on creating a relational database structure for a veterinary clinic. The project aims to improve operational efficiency, record-keeping, and patient care by facilitating easy data retrieval and seamless integration of clinic processes.

ER Diagram

Blank diagram

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Has an animals table schema
  • Has animals table data
  • A couple of animals search queries

(back to top)

πŸš€ Live Demo

  • Not available yet.

(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 to install PostgreSQL in your local machine.

Setup

Create a database using SQL Shell (psql):

  CREATE DATABASE vet_clinic;

You can check if it has been created by running the following command:

  \list

Usage

Access your database using the following command:

  \c vet_clinic

And finally you can implement the commands located in the sql files of this repository to create and fill your table with information.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Christian Onoh

(back to top)

πŸ”­ Future Features

  • Add more tables
  • Add PRIMARY KEYS to the 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

If you like this project...

(back to top)

πŸ™ Acknowledgments

I would like to thank my coding partners.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

This Vet Clinic project focuses on creating a relational database structure for a veterinary clinic. The project aims to improve operational efficiency, record-keeping, and patient care by facilitating easy data retrieval and seamless integration of clinic processes.

License:MIT License


Languages

Language:PLpgSQL 100.0%