Skip to content

The Vet Clinic Ruby is a command-line application designed to simulate the operations of managing a real-world vet clinic.

License

Notifications You must be signed in to change notification settings

Alejandroq12/my-vet-ruby

Repository files navigation

Vet Clinic Ruby

logo

Vet Clinic Ruby

# 📗 Table of Contents

📖 Vet Clinic RubyVet Clinic Ruby

The Vet Clinic Ruby is a command-line application designed to simulate the operations of managing a real-world vet clinic. This project utilizes Object-Oriented Programming (OOP) principles to create a comprehensive system that captures information about animal owners and visits, and allows for the addition of new animals.

🛠 Built With

Tech Stack

Backend

Key Features

  • Add new animals.
  • List all animals.

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

Install Ruby

Setup

  cd my-folder
  git clone https://github.com/Alejandroq12/my-vet-ruby.git

Install

This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.

bundle install

Usage

To run the project, navigate to the project directory and execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

Run the following command

rubocop

Deployment

You can deploy this project using:

Not available at the moment.

(back to top)

👥 Authors

👤 Julio Quezada

(back to top)

🔭 Future Features

  • I will add a user interface.
  • I will implement composition as an example of the design pattern.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project please give a star. Thanks in advance.

(back to top)

🙏 Acknowledgments

I would like to thank all of my colleagues who inspire to do my best everyday.

(back to top)

❓ FAQ

  • Did you create this project from scratch?

    • Yes, and for that reason, I learned a lot about Object Oriented Programming, the SOLID principles, the use of Linters, documentation, Git, and the implementation of methods and loops in programming.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

The Vet Clinic Ruby is a command-line application designed to simulate the operations of managing a real-world vet clinic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages