/school-library

This project built on Object oriented ruby, is used to manage a school library system. Users are allowed to create persons(student & teachers), Create rental books and save all the data in json files.

Primary LanguageRubyMIT LicenseMIT

School-Library

📗 Table of Contents

📖 OOP-School-Library

School-Library an object oriented Ruby tool to record books in a library.

🛠 Built With

Tech Stack

  • Ruby

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:

-VScode -Installed Ruby

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Obimbo07/school-library.git

Install

Install this project with:

  cd school-library
  bundle install

Usage

To run the project, execute the following command in your terminal:

  ruby main.rb

(back to top)

👥 Author

👤 Austin Obimbo

👤 Faiz Mohammad

(back to top)

🔭 Future Features

  • Add function that shows if a book is currently in the library or if it is still borrowed

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can share this project.

(back to top)

🙏 Acknowledgments

I would like to thank microverse for the guidance of the project.

(back to top)

📝 License

This project is licensed under the MIT License.

(back to top)