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

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

A ruby terminal application that will allow you to add new students or teachers, add new books and save records of who borrowed a given book and when.
https://github.com/brainconnect93/oop-school-library

github linters rubocop ruby ruby-gem

Last synced: about 2 months ago
JSON representation

A ruby terminal application that will allow you to add new students or teachers, add new books and save records of who borrowed a given book and when.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/Microverse-Afolabi%20Akorede-blueviolet)](https://github.com/brainconnect93)

# OOP-School-Library

> This is a school library app implemented using classes, objects, encapsulation and inheritance with Ruby.
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.

## Built With

- Ruby

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

- Ruby
- Github

### Setup

- With git, clone the code to your machine, or download a ZIP of all the files directly.
- Download the ZIP file from this location or run the following git command to clone the files to your machine:

> git clone https://github.com/brainconnect93/OOP-School-Library.git

### Install

- After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:

> bundle init
> bundle install

### Usage

- Run the command in your terminal below to run the ruby program

> ruby main.rd to run

### Run tests

- Run the command in your terminalbelow for linter checks

> rubocop

## Authors

👤 **Author1**

👤 **Afolabi Akorede**

- GitHub: [@brainconnect93](https://github.com/brainconnect93)
- Twitter: [@brainconnect0](https://twitter.com/brainconnect0)
- LinkedIn: [Afolabi Akorede](https://linkedin.com/in/brainconnect93)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._