vet_clinic

A relational database used to create the initial data structure for a vet clinic. I created a table to store animals' information, insert some data into it, and query it.

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]

Describe your project in 1 or 2 sentences. [Vet Clinic] is a relational database used to create the initial data structure for a vet clinic. I created a table to store animals' information, insert some data into it, and query it

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Database

Key Features

Describe between 1-3 key features of the application.

  • Create animal table
  • STore data into table
  • Query data

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

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Talha-Hanif5666/vet_clinic.git

Install

Install this project with:

  cd vet_clinic
  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rails test test/models/article_test.rb

Deployment

You can deploy this project using:

(back to top)

👥 Authors

Muhammad Talha Hanif

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • Add some more columns
  • Add some more rows
  • 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

Write a message to encourage readers to support your project If you like this project...

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the learning materials and technical support provided to work on this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)