/vet-clinic-database

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 database project that provides data on the animals with their respective owners who visits them in a clinic.

🛠 Built With

Database Schema Diagram

Database Schema Diagram

Tech Stack

Database

Key Features

  • Building tables
  • Inserting data into the tables
  • Filtering them with queries

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

  • PostgreSQL server
  • Any code editor (it must able to run PostgreSQL query commands)

Setup

Clone this repository to your desired folder:

  cd vet-clinic-sql/
  git clone https://github.com/jubaer919/vet-clinic-database.git

Deployment

You can deploy this project using: render

(back to top)

👥 Authors

👤 Jubaer Maruf

👤 Khuraijam Henary Singh

(back to top)

🔭 Future Features

  • building a website for this database

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Make sure you give a ⭐ and follow me if like this project.

(back to top)

🙏 Acknowledgments

I would like to thank everybody most especially the Microverse staffs for making it possible to work on the "vet-clinic" project.

(back to top)

📝 License

This project is MIT licensed._

(back to top)