Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oguntayomicheal/school-library-oop

School Library is a ruby based tool used to record books stored in a library and who borrows them. The app allows users to add new students or teachers, new books, and save records of who borrowed a given book and the date it was borrowed.
https://github.com/oguntayomicheal/school-library-oop

rspec ruby ruby-application

Last synced: about 1 month ago
JSON representation

School Library is a ruby based tool used to record books stored in a library and who borrows them. The app allows users to add new students or teachers, new books, and save records of who borrowed a given book and the date it was borrowed.

Awesome Lists containing this project

README

        

# 📗 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)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [School library]

> School Library is a ruby based tool used to record books stored in a library and who borrows them. The app allows users to add new students or teachers, new books, and save records of who borrowed a given book and the date it was borrowed.

## 🛠 Built With

### Tech Stack

> Ruby

(back to top)

### Key Features

- Add new students and 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 to be installed

### Setup

Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:oguntayomicheal/School-Library-OOP.git
```

### Install

Install this project with:

```sh
cd School-Library-OOP
bundle install
```

### Run

run this project with:

```sh
ruby main.rb
```

(back to top)

## 👥 Authors

👤 **Micheal Oguntayo**

- GitHub: [@oguntayomicheal](https://github.com/oguntayomicheal)
- Twitter: [@OguntayoMicheal](https://twitter.com/Oguns_micky)
- LinkedIn: [@OguntayoMicheal](https://www.linkedin.com/in/ogunsmicky/)

👤 **Alelign Ayana**

- GitHub: [@atatm](https://github.com/atatm)
- Twitter: [@_alelignayana](https://twitter.com/@alelign_ayana)
- LinkedIn: [Alelign Ayana](https://www.linkedin.com/in/alelign-ayana/)

(back to top)

## 🔭 Future Features

We can add a feature to change existing book and author name in future.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project kindly give it a star

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)