/vet-clinic-DB

Relational database to create the initial data structure for a vet clinic. You will create a table to store animals' information, insert some data into it, and query it.

Primary LanguagePLpgSQLMIT LicenseMIT

Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

  • Use schema.sql to create all tables.
  • Use data.sql to populate tables with sample data.
  • Check 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

📖 Vet clinic database

Vet clinic database is a Relational database to create the initial data structure for a vet clinic. You will create a table to store animals' information, insert some data into it, and query it/

🛠 Built With

Tech Stack

Database

Key Features

  • Create vet DB
  • Add animals table
  • Add some useful queries

(back to top)

🚀 Live Demo

Coming Soon.

(back to top)

💻 Getting Started

To get a local copy up and running, Clone this repository to your desired folder.

Prerequisites

In order to run this project you need:

Install Postgress DB Example command in fedora or Red Hat:

  sudo dnf install postgresql

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:mrcbq/vet-clinic-DB.git

Install

Install this project with:

  cd my-project
  npm install

Usage

Coming Soon.

Run tests

Coming Soon.

Deployment

Coming Soon.

(back to top)

👥 Authors

👤 Marco Baquero

(back to top)

🔭 Future Features

  • Add more queries
  • Add more tables
  • Add more functions

(back to top)

🤝 Contributing

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, give it a ⭐️!

(back to top)

🙏 Acknowledgments

I would like to thank to my family by all support, also to thank Microverse for giving me the opportunity to learn and grow as developer 🌟

(back to top)

📝 License

This project is MIT licensed.

(back to top)