[school_library] is a simple program to record what books are in the library and who borrows them. The app allows you to: Add new students or teachers, Add new books and Save records of who borrowed a given book and when.
Tech stack
Tests
- [Functional_console-UI]
- [Set_up_associations_for_different_classes]
- [Decorate_classes_using_decorator_patterns]
- [Ability_to_add_people]
- [Ability_to_add_books]
- [Ability_to_list_people&books]
- [Unit_tests]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed
- vsCode
Clone this repository to your desired folder:
-
Open git bash on local computer
-
clone the repo with:
git clone https://github.com/0sugo/school_library.git cd school_library
Install this project with:
bundle install
To run the project execute the following command in the terminal
ruby main.rb
Follow the prompts to interact with the system
To run all tests,open your terminal and run the following:
rspec spec
π€ JOSECK OSUGO
- GitHub: 0sugo
- Twitter: @0sugo5
- LinkedIn: Joseck Osugo
π€ ESTHER UDONDIAN
- GitHub: @Click here
- Twitter: @Click here
- LinkedIn: @Click here
- [Add_a_user_interface]
Contributions, issues, and feature requests are welcome!
Feel free to check the Isuues Pages
If you like this project kindly give it a starβοΈ.
I would like to thank Microverse for this project
This project is MIT licensed.