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

https://github.com/tsheporamantso/vet_clinic2

In this project, I use a relational database to create the initial data structure for a vet clinic. Create a table to store animals' information, insert some data into it, and query it.
https://github.com/tsheporamantso/vet_clinic2

Last synced: about 2 months ago
JSON representation

In this project, I use a relational database to create the initial data structure for a vet clinic. Create a table to store animals' information, insert some data into it, and query it.

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 relational database project using PostgreSQL RDMS to create database, insert values and query animals data.

## 🛠 Built With

### Tech Stack

Database

Visual Studio Code

### Key Features

- **Animals table to store information**
- **Insert and Query data in SQL**

(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 and PgAdmin4
- Terminal
- IDE(e.g.: Vscode,...)

### Setup

Clone this repository to your desired folder by running the following commands in your terminal:

```sh
cd your prefered-folder-name
git clone git@github.com/tsheporamantso/vet_clinic2.git
```

### Install

Install this project with: Run SQL commands in schema.sql and data.sql

### Usage

To run the project, execute the following command: Run SQL commands in queries.sql to test your database

(back to top)

## 👥 Authors

👤 **Gladwin Tshepo Ramantso**

- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)

(back to top)

## 🔭 Future Features

- [ ] **Query and update animals table.**
- [ ] **Query multiple tables.**
- [ ] **Add "join table" for visits.**
- [ ] **Database performance audit.**
- [ ] **Add database schema diagram.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tsheporamantso/vet_clinic2/issues).

(back to top)

## ⭐️ Show your support

If you like this project please follow on github & twitter and also connect on Linkedin.

(back to top)

## 🙏 Acknowledgments

I would like to thank:

- [ ] **Microverse and all the staff**
- [ ] **Microverse Communinity**
- [ ] **Thanks to my coding Partners**
- [ ] **Thanks to my Morning-Session-Group and Standup-Team Partners and**
- [ ] **Thanks to Code Reviewers**

(back to top)

## 📝 License

This project is [MIT](https://github.com/tsheporamantso/vet_clinic2/blob/3489b23c8f2d07d38319fdb5c94c6d39474c6967/LICENSE) licensed.

(back to top)