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 app that I created will allow you to:
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
Current milestone is Preserve data
- Ruby
- Make sure you have
Rubyinstalled in your system. You can install it here. - Clone this repository by running
[email protected]:Donard97/oop-school-library-app.gitin your command line. - Navigate to the repository by running
cd oop-school-library-app. - Run the project by running
ruby main.rbon the command line. - To run the
testsmake sure you install rspec gem by runninggem install rspecon the command line then runrspec specon the command line to see the test passing
- Run
bundle installto install theRuby GemsincludingRubocop.
👤 Donard Golaj
- Github : @Donard97
- Twitter: @donardgolaj
- LinkdIn : @donard-golaj
👤 Olipliche Mavoungou Paka
- GitHub: @OLIPLICHE
- Twitter: @olipliche1
- LinkedIn: @olipliche
👤 Elmar Abdulkarimov
- GitHub: @elmar8287
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- A special thanks to Microverse for inspiring this project. We are indebted to you all at Microverse
- A special thanks goes to all our peers at Microverse for being there for us.
This project is MIT licensed.