Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ambrose-kibet/oop-school-library

This is a project that aims to develop a tool for the librarian of OOP University to manage the library's collection of books, record borrowing activities, and add new students or teachers in a well-organized and visually appealing way.
https://github.com/ambrose-kibet/oop-school-library

oop-principles rspec ruby

Last synced: 10 days ago
JSON representation

This is a project that aims to develop a tool for the librarian of OOP University to manage the library's collection of books, record borrowing activities, and add new students or teachers in a well-organized and visually appealing way.

Awesome Lists containing this project

README

        


OOP-SCHOOL-LIBRARY

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 OOP-SCHOOL-LIBRARY

**OOP-SCHOOL-LIBRARY** is a project that aims to develop a tool for the librarian of OOP University to manage the library's collection of books, record borrowing activities, and add new students or teachers in a well-organized and visually appealing way.

## 🛠 Built With

### Tech Stack

### Key Features

- **add Person, Student, and Teacher classes.**
- **use the "Decorator" design pattern.**
- **set up associations.**

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

- [ ] ruby intalled on your machine

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/ambrose-kibet/OOP-school-library.git
```

### Install

Install this project with:

```sh
cd my-project
bundle install
```

### Usage

To run the project, execute the following command:

```sh
ruby main.rb
```

(back to top)

## 👥 Authors

👤 **Ambrose kibet**

- GitHub: [@Ambrose kibet](https://github.com/ambrose-kibet)
- Twitter: [@Ambrose kibet](https://twitter.com/ambrose_kibet)
- LinkedIn: [Ambrose kibet](https://linkedin.com/in/ambrose-kibet)

### 👤 **Yemisirach Tamirat**

- GitHub: [@yemisrach](https://github.com/Yemisirach)
- Twitter: [@Yemisirach](https://twitter.com/tamiratyemsrach)
- LinkedIn: [@Yemisirach](https://www.linkedin.com/in/yemisirach)

(back to top)

## 🔭 Future Features

- [ ] **Basic UI.**
- [ ] **preserve data**
- [ ] **unit tests.**

(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 start it.

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse

(back to top)

## 📝 License

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

(back to top)