Project Name

This program creates the tool to record what books are in the library and who borrows them. The app allows to:

Add new students or teachers. Add new books. Save records of who borrowed a given book and when.

Built With

  • Ruby

Getting Started

  • Install Ruby on your local machine
  • Clone this repository
    git clone git@github.com:Meri-MG/OOP-school-library.git
    
  • To get started, In the root directory run:
    gem install bundler
    
    Then run:
    bundle install
    
    Open terminal and run ruby app in the command Line:
    ruby library.rb
    

Tests

In order to run unit tests on the local machine Rspec gem should be installed

  • run in the terminal
    gem install rspec
    
  • After installation run
    rspec spec/file_name.rb
    
  • If you are interested in running all the tests together then
    rspec spec
    
  • For more information please visit RubyGuides.

Author

👩 Meri Gogichashvili

👨 Ellis Ngona

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed