OOP School library is a console app that uses object-oriented programming (OOP) concepts to manage a school library. The application allows users to add, remove, and update books and borrowers, as well as track the borrowing status of books. The app uses OOP concepts to model the real-world objects of a school library, such as books, borrowers, and library staff. This makes the application more modular and easy to maintain. The application stores its data in files. This makes it easy to back up the data and transfer it to other computers. The application is a console application, which means that it is operated from the command line. This makes it easy to use the application on any computer that has a terminal emulator. OOP School Library is a useful tool for managing a school library. It is easy to use and can be customized to meet the specific needs of a library. Here are some additional details about the application: The application is written in the Ruby programming language. The application is open source and available on GitHub. The application is licensed under the MIT License.
Programming Language
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
To get a local copy up and running, follow these steps:
- Create a local directory where you can clone the project
- Clone the project to your directory by running
git clone git@github.com:uchexm/OOP-School-library.git
- Run the code with ruby
In order to run this project you need:
- Git and GitHub
- A code editor
- Ruby
Clone this repository to your desired folder:
- Create a local directory where you can clone the project
- Clone the project to your directory by running
git clone git@github.com:uchexm/OOP-School-library.git
Install this project with:
- GitHub Actions
- Linters
- Rubocop
- Ruby
- Use this project as a step to learning to practice building backend applications with Ruby and OOP concepts.
-
run
irb
from the terminal" -
then rb(main):001:0>
require_relative './main.rb'
(the file you want to testeg './app.rb'
) -
=> true (this will show) press enter
-
then irb(main):002:0>
make_person
(the method you want to test) -
follow the prompts
-
-👤 Uchechi Nwaka
-
-- GitHub: @uchexm
-- LinkedIn: @nwakauc
-- Twiter @nwakauc
-
-👤 Shakir-Hussain
-
GitHub: @Shakir-Hussain12
-
Twitter: @S_Hussain_99
-
LinkedIn: shakir-hussain99
- Improve UI
- Add study funcionality
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project kindly leave a ⭐
I would like to thank Microverse for the great resources used.
This project is MIT licensed.