Skip to content

Latest commit

 

History

History
139 lines (86 loc) · 3.94 KB

README.md

File metadata and controls

139 lines (86 loc) · 3.94 KB

School_Library-Ruby

📗 Table of Contents

📖 School_Library-Ruby

This is a user-friendly tool that efficiently manages book inventory, borrowers, and borrowing history, providing accurate record keeping and enhancing the borrower experience.

🛠 Built With

Tech Stack

Client

Key Features

  • Student and Teacher Management

    Allows users to add new students or teachers to the library. Users will be able to input relevant information such as names, contact details, and identification numbers for easy identification and communication.

  • Book Management

    Users can input details such as book title and author to create a comprehensive collection of available books.

  • Borrowing and Return Records

    The app efficiently records who borrowed a particular book and when. It creates borrower profiles and link them to specific books that borrowers borrow. It also tracks the due dates for book returns.

(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:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Timbar09/School_Library-Ruby.git

Usage

To run the project, execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

  rspec ./spec/[name of test-file]

For example:

  rspec ./spec/teacher_spec.rb

(back to top)

👥 Authors

👤 Author GitHub Twitter LinkedIn
Miles Mosweu @Timbar09 @Milez09 @miles-mosweu09
Fitz Gerald @fitz95 @nsonggerald @nsong-asoh

(back to top)

🔭 Future Features

  • Add extra functionality to the app.
  • Improve the app UI.

(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, give it a ⭐️ and let me know what you like in particular.

(back to top)

🙏 Acknowledgments

I would like to thank the microverse community for the useful content.

(back to top)

📝 License

This project is MIT licensed.

(back to top)