Vet_Clinic Database based on a diagram

📗 Table of Contents

📖 [Vet_Clinic Database based on a diagram]

A Vet Clinic Database built using PostgreSQL is a comprehensive system that stores and manages essential information related to veterinary clinics. It includes features such as patient records, medical histories, appointments, treatments, and billing information, facilitating efficient management of veterinary services. With the power of PostgreSQL, the database provides a reliable and scalable solution for organizing and retrieving critical data in a veterinary clinic setting.

🛠 Built With

. PostgreSQL

Tech Stack

Server
Database

Key Features

  • Create tables in SQL
  • Insert and query data in SQL.
  • Reduce query time execution.
  • Used Explain analyze command.
  • Create a database based on a diagram.

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

  • Web browser
  • Code editor
  • Good internet connection

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Shaheryar0054/Database-based-diagram.git

Install

Install this project with:

  cd vet_clinic Database-based-diagram 
  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  npm test
  Press a to run all test

Deployment

You can deploy this project using:

(back to top)

👥 Author

👤 Tamoor Saeed

👤 Shaheryar Abid

(back to top)

🔭 Future Features

  • 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 so please don't forget to give it a star.

(back to top)

🙏 Acknowledgments

Original Design Idea by: Amanda Yang I would like to thank Microverse for accelerating my growth

(back to top)

❓ FAQ (OPTIONAL)

  • Can i run it on my local machine or do i need to host it on the internet?

    • [Yes you can run it on your local machine. Just make sure that you install the required dependecies as stated in the installation part above]

(back to top)

📝 License

This project is MIT licensed.

(back to top)