Skip to content

A library app in Ruby following the four core OOP concepts (Encapsulation, Abstraction, Inheritance, Polymorphism) that lets the user (The Librarian) to record what books are in the library and who borrows them.

License

Notifications You must be signed in to change notification settings

porag-m06/The-Ruby-OOP-library

Repository files navigation

logo

The Ruby OOP library

📗 Table of Contents

📖 About the Project

The Ruby OOP library is a library app in Ruby following the four core OOP concepts (Encapsulation, Abstraction, Inheritance, Polymorphism) that lets the user (The Librarian) to record what books are in the library and who borrows them.

🛠 Built With

Tech Stack

Server

Key Features

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

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Ruby 3.2.2
  • VSCode or RubyMine

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/porag-m06/The-Ruby-OOP-library.git

Install

Install this project with:

  cd The-Ruby-OOP-library
  bundle install

Usage

To run the project, execute the following command:

  ruby result.rb

Run tests

To run tests, run the following command:

  bundle exec rspec

(back to top)

👥 Author

Developed by:

Md. Porag Sarkar

(back to top)

🔭 Future Features

  • add basic UI
  • preserve data
  • unit tests

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

(back to top)

⭐️ Show your support

As a tech enthusiast, your support is always appreciated. If you like this project please do let me know with your support in any way you see fit.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this project's info & guidelines.

(back to top)

❓ FAQ

  • Can I fork this project?

    • Yes, feel free to fork and knock yourself out :) .
  • Can I share this project with others?

    • Yes, you can share this project for any educational purposes.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

A library app in Ruby following the four core OOP concepts (Encapsulation, Abstraction, Inheritance, Polymorphism) that lets the user (The Librarian) to record what books are in the library and who borrows them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages