bhushan354 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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.

License:MIT License


Languages

Language:PLpgSQL 100.0%