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

https://github.com/geekelo/unibek-school_library_app

A tool to record what books are in the library and who borrows them.
https://github.com/geekelo/unibek-school_library_app

cli-app ruby

Last synced: 10 months ago
JSON representation

A tool to record what books are in the library and who borrows them.

Awesome Lists containing this project

README

          




logo

UNIBEK SCHOOL LIBRARY APP

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Code Morse ](#-code-morse-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Code Morse

**UNIBEK SCHOOL LIBRARY APP** is a tool I built with Ruby to record what books are in the library and who borrows them. The appe will allows 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 enumerable **

(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:

- Code editor like VS code
- Ruby installed in your machine

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/geekelo/unibek-school_library_app.git
```

### Install

Install this project with:

```sh
cd morse-code
bundle install
```

### Usage

To run the project, execute the following command:

```sh
ruby verification.rb
```

(back to top)

## 👥 Authors

👤 **Eloghene Otiede**

- GitHub: [@githubhandle](https://github.com/geekelo)
- Twitter: [@twitterhandle](https://twitter.com/geekelo_xyz)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eloghene-otiede)

(back to top)

## 🔭 Future Features

- [ ] *Add classes for person, student and teachers**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/geekelo/unibek-school_library_app/issues).

(back to top)

## ⭐️ Show your support

If you like this project drop a ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank from Microverse for adding the guidlines of project.

(back to top)

>

## 📝 License

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

(back to top)