OOP-SCHOOL-LIBRARY is a project that aims to develop a tool for the librarian of OOP University to manage the library's collection of books, record borrowing activities, and add new students or teachers in a well-organized and visually appealing way.
- add Person, Student, and Teacher classes.
- use the "Decorator" design pattern.
- set up associations.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- ruby intalled on your machine
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/obed300/oop-school-library.git
Install this project with:
cd my-project
bundle install
To run the project, execute the following command:
ruby main.rb
👤 Obed Bamfo
- GitHub: @obed300
- Twitter: @bamfo_obed
- LinkedIn: Obed_Bamfo
- Basic UI.
- Delete a book
- Delete Person.
- Delete Rental.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project start it.
I would like to thank microverse
This project is MIT licensed.