Skip to content

AlexisJW/vet-clinic-database

Repository files navigation

📗 Table of Contents

📖 Vet Clinic Database

Vet Clinic Database is a Relational database to create the data structure for a vet clinic

🛠 Built With

Tech Stack

Database

Key Features

  • CREATE DATABASE vet_clinic
  • CREATE ANIMALS TABLE
  • QUERY AND UPDATE ANIMALS TABLE
  • QUERY MULTIPLE TABLES
  • ADD JOIN TABLE FOR VISITS
  • DATABASE PERFORMENCE AUDIT
  • ASS DATABASE SCHEMA 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:

  • PostgreSQL server installed and running
  • psql installed

Setup

Clone this repository to your desired folder:

Example commands: git clone https://github.com/AlexisJW/vet-clinic-database.git cd vet-clinic-database

Connect to your PostgreSQL server with psql

  psql

Create the database

  CREATE DATABASE vet_clinic;

Connect to the database

  \c vet_clinic

(back to top)

👥 Authors

👤 Didier Peran Ganthier

(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, please give it a ⭐️!

(back to top)

🙏 Acknowledgments

  • N/A

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published