/vet-clinic-database

Primary LanguagePLpgSQLMIT LicenseMIT

curriculum-databases-projects-template

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!

Vet clinic Database

📗 Table of Contents

📖 [vet_clinic database]

[vet_clinic database] is a database which is having the data structure for a vet clinic and a complete database.

🛠 Built With

SQL

Tech Stack

Database

Key Features

  • [Get info about animals]

(back to top)

🚀 Live Demo

  • comming soon...

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

  • Laptop
  • Internet
  • Github
  • Command Line

Setup

Clone this repository to your desired folder:

cd my-folder git clone https://github.com/Esmatullah12/vet-clinic-database.git

Install

Install postgreSQL [https://www.postgresql.org/download/]

(back to top)

👥 Authors

👤 Esmatullah Qadeemi

(back to top)

🔭 Future Features

  • [query and update animals table]
  • [query multiple tables]
  • [add "join table" for visits]
  • [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 give me a ⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse Team.

(back to top)

📝 License

This project is MIT licensed.

(back to top)