This program creates the tool to record what books are in the library and who borrows them. The app allows to:
Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
- Ruby
- Install Ruby on your local machine
- Clone this repository
git clone git@github.com:Meri-MG/OOP-school-library.git
- To get started, In the root directory run:
Then run:
gem install bundler
Open terminal and run ruby app in the command Line:bundle install
ruby library.rb
In order to run unit tests on the local machine Rspec gem should be installed
- run in the terminal
gem install rspec
- After installation run
rspec spec/file_name.rb
- If you are interested in running all the tests together then
rspec spec
- For more information please visit RubyGuides.
👩 Meri Gogichashvili
- GitHub: @githubhandle
- LinkedIn: Meri Gogichashvili
👨 Ellis Ngona
- GitHub: @mwanawabangona
- LinkedIn: Ellis Ngona
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed