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

https://github.com/larryivc/database_clinic


https://github.com/larryivc/database_clinic

Last synced: 4 months ago
JSON representation

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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Database Clinic

I will get a database diagram, interpret it, and implement the SQL needed to build that database.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Follow a correct Gitflow**
- **Diagram a data model clearly and explain what it's doing**

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

✅ Github account

✅ Visual Studio Code installed

✅ Node.js installed

✅ Git Bash installed (optional)

✅ PostgreSQL installed

### Setup

Clone this repository to your desired folder:

```sh
cd database-clinic
git clone https://github.com/LarryIVC/database_clinic.git
```

### Install

N/A.

### Usage

Run the SQL Shell (psql) or the pgAdmin 4.

### Run tests

N/A.

### Deployment

N/A.

(back to top)

## 👥 Authors

**Larry Villegas**
- GitHub: [@LarryIVC](https://github.com/LarryIVC)
- Twitter: [@LarryIVC](https://twitter.com/LarryVillegas)
- LinkedIn: [@LarryIVC](https://www.linkedin.com/in/larryvillegascostas/)

**Carlos Igreda**
- GitHub: [@CarlosIgreda](https://github.com/CarlosIgreda)
- Twitter: [@carlosigreda](https://twitter.com/carlosigreda)
- LinkedIn: [@carlosigreda](https://www.linkedin.com/in/carlosigreda/)

(back to top)

## 🔭 Future Features

- [ ] **Add more tables and data**

(back to top)

## 🤝 Contributing

👤 Collaboration:

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project you can follow me on Github.

(back to top)

## 🙏 Acknowledgments

I would like to thank all Microverse staff and my coding partners as well.

(back to top)

## ❓ FAQ

- **What is a query in SQL?**

- SQL queries are made up of commands that allow you to manipulate data within a database. These commands follow a specific syntax (a set of rules) so that they're interpreted correctly by the database management system (DBMS).

- **What is meant by Gitflow?**

- Gitflow is an alternative Git branching model that involves the use of feature branches and multiple primary branches.

(back to top)

## 📝 License

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

(back to top)