Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The developed CLI app will allow you to:
- Add new students or teachers.
- Add new books
- Save records of who borrowed a given book and when
Ruby
- Make sure you have Ruby installed in your system. You can install it here.
- Clone this repository by running
https://github.com/yaseerokino/school-library.gitin your command line. - Navigate to the repository by running cd
school-library. - Run the project by running ruby person.rb on the command line.
- To run the tests make sure you install rspec gem by running gem install rspec on the command line then run rspec spec on the command line to see the test passing
- GitHub: @yaseerokino
- LinkedIn: Yaseer Okino
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.