/vet-clinic-db

Primary LanguagePLpgSQLMIT LicenseMIT

📗 Table of Contents

📖 About The Project

Vet Clinic DB is a database that creates a table named animals and inserts 4 animals with their descriptions including name, date_of_birth, weight_kg, neutered, escape_attempts and then makes different queries on those animals. It is meant for SQL learning purpose.

🛠 Built With

Tech Stack

Client
Database

(back to top)

Key Features

  • Transactions are Atomic
  • It is Consistent
  • It's Reliable/Durable
  • It is PostgreSQL

(back to top)

💻 Getting Started

How to install PostgreSQL on MacOS you ask? Well, let's start by install this simple app: PostgreSQL.app

Then follow the instructions (1-2-3) in here

And then if you have an open terminal close and open a new one. Enter the command below:

 $ psql

Use all the default fields by pressing enter and you'll be logged in.


(back to top)

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone https://github.com/dev89s/vet-clinic-db.git

👥 Authors

👤 Author1

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to give any recommendations issues page.

(back to top)

🙏 Acknowledgments

I would like to thank my family for always being there & supporting me through hard times.

(back to top)

📝 License

This project is MIT licensed.

(back to top)