Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A PostgreSQL database structure utilized for practicing back end development with queries.
https://github.com/ghostesso/vet-clinic

Last synced: 18 days ago
JSON representation

A PostgreSQL database structure utilized for practicing back end development with queries.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Vet Clinic]

**[Vet Clinic]** is a database representing a veterinary clinic, storing data about animals including their name, date of birth, escape attempts, neutering status, and weight.

## 🛠 Built With

Postgresql

### Tech Stack

Database

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

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

Find the visual representation of the database inside the folder :
![Alt text]()

Use them responsibly!

### Prerequisites

In order to run this project you need:

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:GhostEsso/Vet-Clinic.git
```

(back to top)

### Install

- Command: install POSTGRESQL

### Usage

- step 1: create Database vet clinic
- step 2: create table animals, insert files

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Essohanam TAMBANA**

- GitHub: [@GhostEsso](https://github.com/GhostEsso)
- Twitter: [@TambanaEssohanam](https://twitter.com/TambanaEssohana)
- LinkedIn: [@TambanaEssohanam](https://www.linkedin.com/in/essohanam-tambana/)

👤 **Nelofar Zabi**

- GitHub: [@githubhandle](https://github.com/Nelofarzabi)
- Twitter: [@twitterhandle](https://twitter.com/NelofarZabi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nelofar-zabi-1a1066213)

(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, I would like to tell you, Thank you

(back to top)

## 🙏 Acknowledgments

I would like to thank specially Microverse and Micronauts

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)