/Vet-Clinic-Database

In this Repository I used a relational database to create the initial data structure for a vet clinic. Also created a table to store animals' information, inserted some data into it, and query it.

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 project built using sql to create and edit table.

🛠 Built With

  • SQL
  • postgressql

Tech Stack

Client
Server
Database

Key Features

  • [stores data in realtional database]

(back to top)

(back to top)

💻 Getting Started

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

Setup

Clone this repository to your desired folder:

  • Choose a directory
  • Open a Terminal
  • write: git clone git@github.com:bhushan354/Vet-clinic-Database.git
  • get into to directory "Vet-clinic"
  • write: npm install

Prerequisites

  • Browser
  • PostgreSQL
  • Code Editor
  • Git

Install

To install the project's dependencies, run:

  apt-get -y install PostgreSQL

Usage

To run the project, execute the following command:

  psql vet_clinic;

(back to top)

👥 Authors

👤 Bhushan Dehsmukh

(back to top)

🔭 Future Features

  • [Connect this project to ruby]

(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 consider starring this repository

(back to top)

🙏 Acknowledgments

I would like to thank the microverse for providing the documentation required to make this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)