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

https://github.com/lawmsangi/vet-clinic-database


https://github.com/lawmsangi/vet-clinic-database

Last synced: 5 months ago
JSON representation

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.

# 📗 Table of Contents

- [📖 Vet-Clinic](#vet-clinic)
- [🛠 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

- **[Animal-table]**
- **[Update-table]**
- **[Query-animal]**
- **[Multiple-table]**
- **[Join-table]**

(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:
```sh
PostgreSQL installed
```

### Setup

Clone this repository to your desired folder:

```sh
https://github.com/Lawmsangi/vet-clinic-database.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

👤 **Author1**

- GitHub: [@githubhandle](https://github.com/Lawmsangi)
- Twitter: [@twitterhandle](https://twitter.com/mamy_22_zayn)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/lawmsangi-varte-baa429244/)

(back to top)

## 🔭 Future Features

- [ ] **[more_Queries]**
- [ ] **[more_tables]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Lawmsangi/vet-clinic-database/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)