Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meryemsanem/vet_clinic

The "Vet Clinic" project involves setting up a PostgreSQL database to manage information about animals in a veterinary clinic.
https://github.com/meryemsanem/vet_clinic

postgresql

Last synced: 2 days ago
JSON representation

The "Vet Clinic" project involves setting up a PostgreSQL database to manage information about animals in a veterinary clinic.

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)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Vet Clinic

The "Vet Clinic" project involves setting up a PostgreSQL database to manage information about animals in a veterinary clinic.

## πŸ›  Built With

### Tech Stack

Database

### Key Features

- **Database Creation**
- **Data Insertion**
- **SQL Queries**

(back to top)

## πŸ’» Getting Started

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

- 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. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**

### Prerequisites

PostgreSQL Installation: You need to have PostgreSQL, a popular open-source relational database management system, installed on your computer. You can download and install PostgreSQL from the official PostgreSQL website.

### Setup

Clone this repository to your desired folder:

### Install

Install this project with PostgreSQL.

### Usage

To run the project:

- 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).

## πŸ‘₯ Author

πŸ‘€ **Meryem Sanem Küçükbayram**

- GitHub: [@meryemsanem](https://github.com/meryemsanem)
- Twitter: [@msanemkckbayram](https://twitter.com/msanemkckbayram)
- LinkedIn: [Meryem Sanem Küçükbayram](https://www.linkedin.com/in/meryem-sanem-kucukbayram-047a831b5/)

(back to top)

## πŸ”­ Future Features

- **More Queries**
- **Search and Filter**
- **Add Join Table for Visits**

(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

If you like this project, you can contribute to it. You are also welcome to give it a star on GitHub.

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse for teaching and enforcing professional level practices.

(back to top)

## πŸ“ License

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

(back to top)