Skip to content

Latest commit

 

History

History
141 lines (88 loc) · 3.2 KB

README.md

File metadata and controls

141 lines (88 loc) · 3.2 KB

logo

📗 Table of Contents

"OOP school library" is a school library system record what books are in the library and who borrows them. I created the sytem using Ruby Object Oriented Programming principles

Tech stach

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
  • Ruby CLI

SetUp

Clone this Repository to your desired folder:

cd my-folder
git clone https://github.com/AbdimulhinYussuf3675/OOP-school-library.git

Install

Install this project with:

cd OOP-schho-library
bundle install

Usage

To run the project, execute the following command:

ruby person.rb

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Create full website
  • Add a Comment and preview section

(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 the project, give it a star ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank... Microverse for the oppotunity

(back to top)

(back to top)

📝 License

This project is MIT licensed.

(back to top)