Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/banzaman/oop

School library app that will allow you to add new students or teachers, add new books, save records of who borrowed a given book and when and all of this will be built in a beautiful and well-organized way!
https://github.com/banzaman/oop

abstraction encapsulation inheritance oop oop-principles ruby

Last synced: 7 days ago
JSON representation

School library app that will allow you to add new students or teachers, add new books, save records of who borrowed a given book and when and all of this will be built in a beautiful and well-organized way!

Awesome Lists containing this project

README

        

# 📗 Table of Contents

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

# 📖 [OOP School Library]

**[OOP School Library]** School library app that will allow you to add new students or teachers, add new books, save records of who borrowed a given book and when and all of this will be built in a beautiful and well-organized way!

## 🛠 Built With

### Tech Stack

OOP School Library app built with Ruby

### Key Features

- Add Book
- Add User
- Add Rental
- List Registered Users
- List Registered Books
- List Rentals by User

(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 installed.

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/banzaman/OOP

cd OOP
```

### Install
```
bundle install
```

### Usage
```
ruby main.rb
```

### Tests
```
bundle exec rspec spec
```

(back to top)

## 👤 Authors

**Mark Rubanza**

- GitHub: [@banzaman](https://github.com/banzaman/)
- LinkedIn: [Mark Rubanza Anderson](https://www.linkedin.com/in/mark-rubanza-anderson/)

👤 **Giancarlo Dumani**

- GitHub: [@githubhandle](https://github.com/gdumani)
- Twitter: [@twitterhandle](https://twitter.com/gdumani1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gdumani/)

(back to top)

## 🔭 Future Features

- Better UI Experience
- Improve file storage

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/banzaman/OOP/issues).

(back to top)

## ⭐️ Show your support

If you like this project please show us support by giving it a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank my fellow learners at Microverse for their support during the project.

(back to top)

(back to top)

## 📝 License

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

(back to top)