/Vet-clinic-database

I will use a relational database to create the data structure for a vet clinic. I will start with one table, and step by step, I will create a complete database.

Primary LanguagePLpgSQLMIT LicenseMIT

📗 Table of Contents

📖 Vet Clinic Database

I will use a relational database to create the data structure for a vet clinic. I will start with one table, and step by step, I will create a complete database.

🛠 Built With

Tech Stack

Database

Key Features

  • Follow a correct Gitflow
  • Understand what can impact database performance

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

  cd Vet-clinic-database
  git clone https://github.com/CarlosIgreda/Vet-clinic-database.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

Carlos Igreda

Larry Villegas

(back to top)

🔭 Future Features

  • Add database schema diagram

(back to top)

🤝 Contributing

👤 Collaboration:

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(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 licensed.

(back to top)