Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mesakduducoder/vet-clinic

A simple PostgreSQL database for a vet clinic
https://github.com/mesakduducoder/vet-clinic

Last synced: 7 days ago
JSON representation

A simple PostgreSQL database for a vet clinic

Awesome Lists containing this project

README

        

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

# 📗 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]

**[vet_clinic]** is a database that stores information of different animals using PostgreSQL.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **[animals_database]**
- **[animal_details]**
- **[query_animals]**

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

### Setup

Clone this repository to your desired folder:

```sh
cd Vet-clinic
git clone https://github.com/MesakDuduCoder/Vet-clinic.git
```

### Install

Install this project with:

```sh
PostgreSQL SQL Shell or pgAdmin
```
### Usage

To run the project, execute the following command:

Example command:

```sh
SELECT * FROM animals
```

(back to top)

## 👥 Authors

👤 **MesakDuduCoder**

- GitHub: [@githubhandle](https://github.com/MesakDuduCoder)
- Twitter: [@twitterhandle](https://twitter.com/mesak_10)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mesak-lalrindika/)

(back to top)

## 🔭 Future Features

- [ ] **[more_queries]**
- [ ] **[update_tables]**
- [ ] **[more_tables]**

(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 consider following me on github to see more projects like this. I will follow you back.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the project inspiration.

(back to top)

## 📝 License

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

(back to top)