rustam-tolipov / oop-school-library

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 you will create will allow a you to: - Add new students or teachers. - Add new books. - Save records of who borrowed a given book and when. And all of this will be built in a beautiful and well-organized way!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OOP-school-library

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 you will create will allow a you to:

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

And all of this will be built in a beautiful and well-organized way!

Built With

  • Ruby

Getting Started

  • git clone https://github.com/Rustamxon7/OOP-school-library/

  • 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

Authors

πŸ‘€ Rustamjon Tolipov

πŸ‘€ Ahmad Zia Yousufi

🀝 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

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 you will create will allow a you to: - Add new students or teachers. - Add new books. - Save records of who borrowed a given book and when. And all of this will be built in a beautiful and well-organized way!

License:MIT License


Languages

Language:Ruby 100.0%