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

https://github.com/mnisarali/oop-school-library

A school library app that allows a user to add new students, teachers, and books and save records of who borrowed a given textbook and when.
https://github.com/mnisarali/oop-school-library

decorator-pattern design-patterns oop-principles ruby school-library

Last synced: 11 months ago
JSON representation

A school library app that allows a user to add new students, teachers, and books and save records of who borrowed a given textbook and when.

Awesome Lists containing this project

README

          

[![Ruby](https://cdn.emojidex.com/emoji/px128/Ruby.png "Ruby") ](https://www.ruby-lang.org)

# πŸ“— Table of Contents

- [πŸ“— Table of Contents](#-table-of-contents)
- [πŸ’»OOP 🏫School πŸ“šLibrary ](#oop-school-library-)
- [πŸ›  Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [πŸ’» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [πŸ‘₯ Authors ](#-authors-)
- [πŸ”­ Future Features ](#-future-features-)
- [🀝 Contributing ](#-contributing-)
- [πŸ’– Show your support ](#-show-your-support-)
- [πŸ™ Acknowledgments ](#-acknowledgments-)
- [πŸ“ License ](#-license-)

# πŸ’»OOP 🏫School πŸ“šLibrary

**OOP School Library** is a school library app that allows a user to add new students, teachers, and books and save records of who borrowed a given textbook and when.

## πŸ›  Built With

### Tech Stack

Language

### Key Features

The key features of this project include.

- **Add new students & teachers**
- **Add new books**
- **Save records of borrower**

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

- [x] Ruby installed.
- [x] A code editor like Visual Studio Code with Git installed.

### Setup

To setup the project locally: clone the repository using:

```
git clone git@github.com:MNisarAli/OOP-school-library.git
```

(back to top)

## πŸ‘₯ Authors

The collaborators of this project.

πŸ‘€ **M Nisar Ali**

- GitHub: [@MNisarAli](https://github.com/MNisarAli)
- Gmail: [Muhammad Nisar Ali](mailto:dr.nisaralig@gmail.com)
- LinkedIn: [Muhammad Nisar Ali](https://linkedin.com/in/muhammad-nisar-ali-45a865251)

πŸ‘€ **Amaka Laura Konwea**
- GitHub: [@githubhandle](https://github.com/lawrahkonwea)
- Twitter: [@twitterhandle](https://twitter.com/lawrah_xo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/amakalaurakonwea/)

πŸ‘€ **Thinus Van De Venter**

- GitHub: [@Thinus01](https://github.com/Thinus01)
- Twitter: [@thinus_v_d_v](https://twitter.com/thinus_v_d_v)
- LinkedIn: [Thinus Van De Venter](https://www.linkedin.com/in/thinus-van-de-venter-99aa26203)

(back to top)

## πŸ”­ Future Features

- [ ] **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

Give a ⭐️, if you like this project!

(back to top)

## πŸ™ Acknowledgments

I would like to thank:
- [Microverseinc](https://github.com/microverseinc) for [Readme-template](https://github.com/microverseinc/readme-template).

(back to top)

## πŸ“ License

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

(back to top)