https://github.com/larryivc/database_clinic
https://github.com/larryivc/database_clinic
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/larryivc/database_clinic
- Owner: LarryIVC
- License: mit
- Created: 2023-06-28T21:34:05.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-06-29T14:33:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T07:31:37.424Z (5 months ago)
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)I will get a database diagram, interpret it, and implement the SQL needed to build that database.
Database
- **Follow a correct Gitflow**
- **Diagram a data model clearly and explain what it's doing**
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.
**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/)
- [ ] **Add more tables and data**
👤 Collaboration:
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/LarryIVC/database_clinic/issues).
If you like this project you can follow me on Github.
I would like to thank all Microverse staff and my coding partners as well.
- **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.
This project is [MIT](./LICENSE) licensed.