An open API service indexing awesome lists of open source software.

https://github.com/microverse-fullstack-program/vet-clinic-database

This repo contain a relational database schema to create the data structure for a vet clinic. The tables are animals, animals' owners, clinic employees and visits. Apart from building data structure, it contain SQL queries to answer specific questions.
https://github.com/microverse-fullstack-program/vet-clinic-database

erdiagram pgadmin4 postgres schema sql

Last synced: about 2 months ago
JSON representation

This repo contain a relational database schema to create the data structure for a vet clinic. The tables are animals, animals' owners, clinic employees and visits. Apart from building data structure, it contain SQL queries to answer specific questions.

Awesome Lists containing this project

README

        

# 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!_

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Vet clinic database

**Vet clinic database** is a relational database created to store records about _animals, animals' owners, clinic employees and visits_.

## 🛠 Built With

### Tech Stack

> The tech stack in this project includes.

Client

Server

Database

### Key Features

- **DataBase for managing animal clinic**
- **Animal Table with sample records**

(back to top)

## 🚀 Live Demo

- Not available

(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: **PostgreSQL or any other SQL database**.

### Setup

- Clone [this repository](https://github.com/Microverse-Fullstack-Program/vet-clinic-database) to your desired folder.
- Alternatively, you can download the zip file of your project by clicking on the Code button on the right side of your project page and clicking on Download ZIP

### Install

Install this project with: [Install PostgreSQL](https://www.postgresql.org/download/)

### Usage

To run the project, execute the following command:

- Start Postgres server.
- Run psql.
- Create table.

### Run tests

To run tests, run the following command: **Not available**.

### Deployment

You can deploy this project using: **Not available**.

(back to top)

## 👥 Authors

👤 **Chere Lemma**

- GitHub: [@githubhandle](https://github.com/cherelemma)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chere-lemma27211613)

👤 **Okpara Blessing Oluchi**

- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

(back to top)

## 🔭 Future Features

In the future work,
- [ ] **Treatment Table**
- [ ] **Invoices Table**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Microverse-Fullstack-Program/vet-clinic-database/issues).

(back to top)

## ⭐️ Show your support

If you like this project give a ⭐️.

(back to top)

## 🙏 Acknowledgments

I would like to thank [Microverseinc](https://github.com/microverseinc) for the [curriculum-template-databases](https://github.com/microverseinc/curriculum-template-databases)

(back to top)

## ❓ FAQ

- **For what purpose this project can be used**

- For educational purpose. Any one who want learn relational database.

- **Can I use this project for my website?**

- Yes of course. It's MIT license, feel free to use as you want.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)