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

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


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

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

OOP school library

# πŸ“— Table of Contents

- [πŸ“— Table of Contents](#-table-of-contents)
- [πŸ“– \[OOP school library\] ](#-oop-school-library-)
- [πŸ›  Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [πŸš€ Live Demo ](#-live-demo-)
- [πŸ’» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Run tests](#run-tests)
- [πŸ‘₯ Authors ](#-authors-)
- [πŸ”­ Future Features ](#-future-features-)
- [🀝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [πŸ™ Acknowledgments ](#-acknowledgments-)
- [πŸ“ License ](#-license-)

# πŸ“– [OOP school library]

**OOP school library** is a tutorial on how to implement OOP in ruby

Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow you to:

- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.

## πŸ›  Built With

### Tech Stack

Server

### Key Features

- **Add new students or teachers.**
- **Add new books.**
- **Save records of who borrowed a given book and when.**

(back to top)

## πŸš€ Live Demo

- Live demo is not available.

(back to top)

## πŸ’» Getting Started

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

### Prerequisites

1. Before you go ahead with this Ruby tutorial, please make sure you have:

- Basic understanding of basic Ruby concepts.
- Ruby fundamentals (classes, modules, blocks, etc).

2. [Ruby](https://rubyinstaller.org/downloads/) are installed. Here are the versions I'll be using while making this tutorial:

```shell
$ ruby --version
ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [x64-mingw-ucrt]
```
> Installing ruby add the command to the systemβ€”`irb` which we'll be using while making this tutorial.

3. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) is installed. Here's the version I'll be using while making this tutorial:

```shell
$ git --version
git version 2.29.1.windows.1
```

4. A [GitHub](https://github.com/signup) account. :octocat:

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/developertariq/oop-school-library.git

```
### Run tests

To run tests, run the following command:

```sh
cd my-project
bundle i
ruby person.rb
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Md Tariq-ul Islam**

- GitHub: [@developertariq](https://github.com/developertariq)
- LinkedIn: [@developer-tariq](www.linkedin.com/in/developer-tariq)
- Twitter: [@developer_tariq](https://twitter.com/developer_tariq)

πŸ‘€ **Tekhlay**

- GitHub: [@Tekhlay](https://github.com/Tekhlay)
- Twitter: [@Tekhlay](https://twitter.com/Tekhlayb12)
- LinkedIn: [Tekhlay](https://linkedin.com/in/tekhlay)

(back to top)

## πŸ”­ Future Features

- Implement GUI.

(back to top)

## 🀝 Contributing

If you spot any bugs or issues in this activity, you can [open an issue with your proposed change](../../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, please star the project.

(back to top)

## πŸ™ Acknowledgments

We would like to thank all reviewers and testers.

(back to top)

## πŸ“ License

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

(back to top)