/vet_clinic_database

Vet Clinic database is a relational database typed by Structured Query Language 'SQL' using PostgresQL, and it provides the required data to create the data structure for a vet-clinic wep app.

Primary LanguagePLpgSQLMIT LicenseMIT

📗 Table of Contents

📖 [Vet-Clinic]

[ Vet Clinic database is a relational database typed by Structured Query Language 'SQL' using PostgresQL, and it provides the required data to create the data structure for a vet-clinic wep app.]

🛠 Built With

Tech Stack

Database

Key Features

  • [create animals table]
  • [query and update animals table]
  • [add database schema diagram]

(back to top)

LIVE DEMO

🚀 Live Demo

  • [No live demo]

(back to top)

💻 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.

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/kal2944/vet_clinic_database.git

(back to top)

👥 Authors

👤 Kalkidan Daniel

(back to top)

🔭 Future Features

  • Implement database performance audit
  • Add database schema diagram

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

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this experience

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)