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

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

This project contains the initial data structure of a relational database for a vet clinic, including a table to store animals' information. It allows for the insertion of data into the table and querying of that data.
https://github.com/joytaribagshaw/vet-clinic

database-management database-schema postgres postgresql postgresql-database sql

Last synced: about 1 year ago
JSON representation

This project contains the initial data structure of a relational database for a vet clinic, including a table to store animals' information. It allows for the insertion of data into the table and querying of that data.

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)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [πŸ“ License](#license)

# πŸ“– [VET-CLINIC]

**VET-CLINIC** is project that contains the initial data structure of a relational database for a vet clinic, including a table to store animals' information. It allows for the insertion of data into the table and querying of that data.

## πŸ›  Built With
* PostgreSQL
### Tech Stack

Database

### Key Features

> Describe between 1-3 key features of the application.

- **[CREATE-DATABSE]**
- **[CREATE-TABLE]**
- **[POPULATE-TABLE]**

(back to top)

## Getting Started

### Prerequisites
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.

(back to top)

### Setup

Clone this repository to your desired folder:

Example commands:

*git clone https://github.com/JoyTaribagshaw/vet-clinic.git

*cd vet-clinic

*git checkout vet-clinic

## πŸ‘₯ Authors

πŸ‘€ *Joy Tari*

- GitHub: [Joy](https://github.com/JoyTaribagshaw)
- Twitter: [Joy](https://twitter.com/JoyTariBagshaw)
- LinkedIn: [Joy](www.linkedin.com/in/joytaribagshaw)

(back to top)

## πŸ”­Features

- **[MORE QUERIES]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/JoyTaribagshaw/vet-clinic/issues).

(back to top)

## ⭐️ Show your support

If you like this project give it a star!

(back to top)

## πŸ™ Acknowledgments

- I would like to thank the Microverse to let me write this.

(back to top)

## πŸ“ License

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

(back to top)