📖 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.
Backend
- Add new animals.
 - List all animals.
 
To get a local copy up and running, follow these steps.
In order to run this project you need:
  cd my-folder
  git clone https://github.com/Alejandroq12/my-vet-ruby.gitThis 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 installTo run the project, navigate to the project directory and execute the following command:
  ruby main.rbTo run tests, run the following command:
Run the following command
rubocopYou can deploy this project using:
Not available at the moment.
👤 Julio Quezada
- GitHub: Alejandroq12
 - Twitter: @JulioAle54
 - LinkedIn: Julio Quezada
 
- I will add a user interface.
 - I will implement composition as an example of the design pattern.
 
Contributions, issues, and feature requests are welcome!
If you like this project please give a star. Thanks in advance.
I would like to thank all of my colleagues who inspire to do my best everyday.
- 
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.
 
 
This project is MIT licensed.
