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.
- Host: GitHub
- URL: https://github.com/geekelo/unibek-school_library_app
- Owner: geekelo
- License: other
- Created: 2023-09-15T11:51:36.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-17T01:05:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T01:18:16.998Z (over 1 year ago)
- Topics: cli-app, ruby
- Language: Ruby
- Homepage:
- Size: 568 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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-)
**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.
Server
- **Add enumerable **
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
```
👤 **Eloghene Otiede**
- GitHub: [@githubhandle](https://github.com/geekelo)
- Twitter: [@twitterhandle](https://twitter.com/geekelo_xyz)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eloghene-otiede)
- [ ] *Add classes for person, student and teachers**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/geekelo/unibek-school_library_app/issues).
If you like this project drop a ⭐️
I would like to thank from Microverse for adding the guidlines of project.
>This project is [MIT](./LICENSE.md) licensed.