📖 OOP school library OOP school library
OOP school library In this project, I created a basic form of UI for the school library app. This way it can be invoked as an executable app and not something used in IRB exclusively.
Ruby
Backend
- Implement composition (as an example of the design pattern).
- Implement encapsulation and inheritance with Ruby.
- Run a program using the command line.
To get a local copy up and running, follow these steps.
In order to run this project you need:
cd my-folder
git clone https://github.com/Mike111222/OOP-School-Library.git
This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.
bundle install
To run the project, navigate to the project directory and execute the following command:
ruby main.rb
To run tests, run the following command:
Run the following command
rubocop
You can deploy this project using:
Not available at the moment.
👤 Muhammad Amran Khan (Mike)
- GitHub: @Mike111222
- Twitter: @iMike111222
- LinkedIn: @iMikeKhan
👤 Anita Sharma
- GitHub: @anita00001
- LinkedIn: anitaa-sharmaa
- Twitter: @anitaa_sharmaa
- I will add preserve data feature in this project
Contributions, issues, and feature requests are welcome!
If you like this project please follow me to find more project of this type in future.
I would like to thank microverse to provide me required information to make this project so far.
This project is MIT licensed.