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

https://github.com/raihan2bd/vet_clinic

About Vet Clinic Database is a relational database focus project. User can use the project query to create, read, update and delete specific data form the database using SQL terminal.
https://github.com/raihan2bd/vet_clinic

database postgresql sql

Last synced: about 2 months ago
JSON representation

About Vet Clinic Database is a relational database focus project. User can use the project query to create, read, update and delete specific data form the database using SQL terminal.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

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

# 📖 Vet Clinic

**Vet Clinic** is a relational database focus project. User can use the project query to create, read, update and delete specific data form the database using sql terminal.

## 🛠 Built With

### Tech Stack

Database

### Database Diagram
![vet_clinic_diagram](https://user-images.githubusercontent.com/35267447/236870545-483a1543-0f7c-49d6-af03-a9d7c5d2d3b2.png)

### Key Features

- **Users can create database table using this project.**
- **User can insert and update database table column.**
- **User can get specific data with different sql query**

(back to top)

## 💻 Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

- At first Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/raihan2bd/vet_clinic.git
```

- To use this repo to your local computer make sure you have installed [POSTGRESQL](https://www.postgresql.org/)
- Then create a new database then open a sql editor or sql ternimal then your can use below SQL language to read and update your database with multiple tables.
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database.

(back to top)

## 👥 Authors

👤 **Abu Raihan**

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

👤 **Kanu Chukwuemeka**

- GitHub: [@mekuseo](https://github.com/mekuseo)
- Twitter: [@fullstack_pison](https://twitter.com/fullstack_pison)
- LinkedIn: [chukwuemekakanu](https://linkedin.com/in/chukwuemekakanu)

(back to top)

## 🔭 Future Features

- [ ] **I will plan to enhance the project by adding more tables and incorporating more complex queries.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

Without Microverse Help this project not compleated at all so thanks a lot Microverse for giving us this kind of opertunity.

(back to top)

## 📝 License

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

(back to top)