Skip to content

The School library app records what books are in the library and who borrows them.

License

Notifications You must be signed in to change notification settings

OLIPLICHE/oop-school-library-app

 
 

Repository files navigation

OPP-SCHOOL-LIBRARY-APP

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.

sc1 sc2

Current milestone is Preserve data

Built With

  • Ruby

Getting Started

  • Make sure you have Ruby installed in your system. You can install it here.
  • Clone this repository by running [email protected]:Donard97/oop-school-library-app.git in your command line.
  • Navigate to the repository by running cd oop-school-library-app.
  • Run the project by running ruby main.rb on the command line.
  • To run the tests make sure you install rspec gem by running gem install rspec on the command line then run rspec spec on the command line to see the test passing

Optional

  • Run bundle install to install the Ruby Gems including Rubocop.

Authors

👤 Donard Golaj

👤 Olipliche Mavoungou Paka

👤 Elmar Abdulkarimov

🤝 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

  • 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.

📝 License

This project is MIT licensed.

About

The School library app records what books are in the library and who borrows them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%