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

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

OOP-school-library is a Ruby program to record what books are in the library and who borrows them. This program allows for adding new students or teachers, adding new books, saving records of who borrowed a given book and when.
https://github.com/mosidrum/oop-school-library

gemfile oop rubocop ruby

Last synced: about 1 year ago
JSON representation

OOP-school-library is a Ruby program to record what books are in the library and who borrows them. This program allows for adding new students or teachers, adding new books, saving records of who borrowed a given book and when.

Awesome Lists containing this project

README

          

OOP SCHOOL LIBRARY

## 📗 Table of Contents

- [📖 OOP school library ](#-Create a school library-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 OOP SCHOOL LIBRARY

**OOP SCHOOL LIBRARY** project records what books are in the library and who borrows them. This app allow users to:
Add new students or teachers.
Add new books.
Save records of who borrowed a given book and when..

## 🛠 Built With

### Tech Stack

Client

  • Ruby
  • ### Key Features

    - **Built methods, classes and objects using Ruby**

    (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
    bundler
    ```

    ### Setup

    Clone this repository to your desired folder:

    ```bash
    git clonehttps://github.com/mosidrum/OOP-school-library
    ```

    ### Install

    Install this project with:

    ```bash
    cd enumerable
    bundle install
    ```

    it will install the required gemfile for running the project

    (back to top)

    ## 👥 Authors

    👤 **Ayodele Isaac**

    - GitHub: [@mosidrum](https://github.com/mosidrum)
    - LinkedIn: [mosidrum](https://linkedin.com/in/isaac-ayodele-37890521b/)

    👤 **Jalloh**

    - GitHub: [@aradradev](https://github.com/aradradev)
    - LinkedIn: [Abdourahmane Jalloh](https://www.linkedin.com/in/abdul-jalloh)

    (back to top)

    ## 🔭 Future Features

    - implementing this project using ruby on rails

    (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 you can share this project to your friend

    (back to top)

    ## 🙏 Acknowledgments

    I would like to thank microverse for this project

    (back to top)

    ## 📝 License

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

    (back to top)