Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yusufyusie/school-library

School Library is a Ruby-based command-line or console application. It enables the addition of new students, teachers, and books, while also facilitating the tracking of borrowed books and associated details. This efficient system ensures streamlined library management and accurate record-keeping.
https://github.com/yusufyusie/school-library

oop oop-principles ruby

Last synced: 19 days ago
JSON representation

School Library is a Ruby-based command-line or console application. It enables the addition of new students, teachers, and books, while also facilitating the tracking of borrowed books and associated details. This efficient system ensures streamlined library management and accurate record-keeping.

Awesome Lists containing this project

README

        

School Libray

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 School Library ](#-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-)

# 📖 School Library

This project helps to understand the basics of Ruby programming language. It is a Ruby-based command-line or console application. It enables the addition of new students, teachers, and books, while also facilitating the tracking of borrowed books and associated details. This efficient system ensures streamlined library management and accurate record-keeping.

## 🛠 Built With

### Tech Stack


Client

(back to top)

### Key Features

- **Add Classes**
- **Decorate a class**
- **Set up associations**
- **basic UI**
- **refactor to meet SOLID principles**
- **Preserve data**
- **unit tests**

(back to top)

## 💻 Getting Started
### Prerequisites

In order to run this project you need:

- Git and GitHub
- A code editor
- [Ruby](https://www.ruby-lang.org/en/) installed and running.
- You should be able to use [IRB]().

### Setup

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

- Create a local directory where you can clone the project
- `https://github.com/yusufyusie/School-Library.git`

### Install

Install thr project dependencies with:

```
bundle install
```
### Usage

To run the project, execute the following command in command line:
> ruby main.rb

(back to top)

## 👥 Author

👤 **Yesuf Fenta**

- GitHub: [@yusufyusie](https://github.com/yusufyusie)
- Twitter: [@yusufyusiee](https://twitter.com/@yusufyusiee)
- LinkedIn: [Yesuf Fenta](https://www.linkedin.com/in/yusufyusie/)

(back to top)

## 🔭 Future Features

- [ ] **Add unit tests for all the methods in all the classes**

(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 kindly leave a ⭐

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the great resources shared.

(back to top)

## 📝 License

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

(back to top)