"School library" is Ruby project to control the books in a library, and consult who borrows books. This project is part of the Microverse curriculum to practice OOP concepts.
- Ruby
- Linters
- Rubocop
- Follow Microverse's list of best practices
- Unfortunately, there is no live demo available for this project at the moment.
To get a local copy up and running, follow these steps.
In order to run this project you need:
A code editor (we recommend Visual Studio Code)
Git and a GitHub account
Clone this repository to your desired folder by using this 👇️ command :
git clone https://github.com/Ruthmy/school-library.git
Go to the project directory:
cd school-library
Before to run the program, verify that you have Ruby installed on your OS running the following command:
ruby -v
It should show you the version of ruby installed. If this does not happen and only an error message is displayed, then you should either verify your installation or install Ruby from scratch.
- Not aplicable.
- Not aplicable.
👤 Ruth Abreu
Upcoming improvements:
- [] Improve more functionalities.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and know someone who might find it helpful, please share it. Or give it a star ⭐️ if you like this project!
I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.
This project is MIT licensed.