- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
School Library is a library app created using Ruby to practice OOP and apply best practices.
Ruby
- Use Gitflow
- Implement classes and objects
- Use encapsulation and inheritance
- Ruby styles reviewed with Rubocop Linters
- Use composition
- Implement book & rental associations
- Built interactive console app
- Make sure it use SOLID, YAGNI, KISS, DRY principles
- Preserve data
- Run Unit tests using Rspec
This repository includes files with ruby lenguage.
In order to run this project you need to have Ruby installed, check this documentation in order to know how to install it.
Clone this repository to your desired folder:
cd my-folder https://github.com/HFG43/OOP-school-library git clone
To run the project, in your command line execute the following commands:
ruby main.rb
To check the linters you can use the command:
rubocop
To fix the linter use:
rubocop --fix
👤 Hernán Güemes
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Franck Sefu
- GitHub: francksefu
- Twitter: francksefu
- LinkedIn: francksefu
- Add Delete and Update options for stored data
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.
I would like to thank Microverse for providing the necessary resources for this project.
This project is MIT licensed.