Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cancelei/school-library-cli

This repo is part of the Microverse Programming Remote School.
https://github.com/cancelei/school-library-cli

Last synced: about 1 month ago
JSON representation

This repo is part of the Microverse Programming Remote School.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[School Library CLI\] ](#-school-library-cli-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Useage](#useage)
- [👥 Authors ](#-authors-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 [School Library CLI]

This is a **[Ruby-Project]** that simulates a School Library with the following features:

- Add users > Student or Teacher
- Add books
- Borrow books
- Return books
- List all books
- List all users
- List all borrowed books
- And More...

## 🛠 Built With

Ruby

### Tech Stack

  • Ruby
  • (back to top)

    ## Getting Started

    ### Prerequisites

    In order to run this project, you must have installed and configured the following tools in your local environment:

    - PowerShell as Admin
    - Ubuntu
    - Ruby Configurations

    ### Setup

    Clone this repository to your desired folder:

    Example commands:

    ```sh
    cd my-folder
    [email protected]:cancelei/school-library-CLI.git
    ```

    -

    ### Useage

    Run the following command inside the project folder:

    ```sh
    ruby main.rb
    ```

    (back to top)

    ## 👥 Authors

    👤 **Glauber Bannwart**

    - GitHub: [@cancelei](https://github.com/cancelei)
    - LinkedIn: [Glauber Bannwart](https://www.linkedin.com/in/gbannwart/)

    👤 **Joseph L Kausi**

    - GitHub: [@Grandi0z](https://github.com/Grandi0z)
    - Twitter: [@Joseph_LSK](https://twitter.com/Joseph_LSK)
    - LinkedIn: [Joseph L Kausi](https://www.linkedin.com/in/joskal/)

    (back to top)

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/cancelei/school-library-CLI/issues).

    (back to top)

    ## ⭐️ Show your support

    If you like this project, I would like to Thank You!

    (back to top)

    ## 🙏 Acknowledgments

    Special Thanks to the Microverse Team and my Stand Up Team for the support and motivation.

    (back to top)

    ## 📝 License

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

    (back to top)