An open API service indexing awesome lists of open source software.

https://github.com/timbar09/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.
https://github.com/timbar09/school_library-ruby

command-line-app gitflow-workflow pair-programming pry rspec ruby

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# School_Library-Ruby

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 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:

- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)

### Setup

Clone this repository to your desired folder:

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

### Usage

To run the project, execute the following command:

```sh
ruby main.rb
```

### Run tests

To run tests, run the following command:

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

For example:

```sh
rspec ./spec/teacher_spec.rb
```

(back to top)

## 👥 Authors

| 👤 Author | GitHub | Twitter | LinkedIn |
| :-- | :-- | :-- | :-- |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09) |
| Fitz Gerald | [@fitz95](https://github.com/fitz95) | [@nsonggerald](https://twitter.com/nsonggerald) | [@nsong-asoh](https://www.linkedin.com/in/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](https://github.com/Timbar09/School_Library-Ruby/issues).

(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](./LICENSE) licensed.

(back to top)