Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ab-noori/school-library

A school library application will record the books available in the library and track their borrowers. It will allow new students or teachers to be added, new books to be added, and records of borrowed books and corresponding borrowing dates to be saved. A beautiful and well-organized system will be built to accomplish the task efficiently.
https://github.com/ab-noori/school-library

abstraction encapsulation inheretence object-oriented object-oriented-programming object-oriented-programming-project oop oop-principles polymorphism ruby

Last synced: 3 months ago
JSON representation

A school library application will record the books available in the library and track their borrowers. It will allow new students or teachers to be added, new books to be added, and records of borrowed books and corresponding borrowing dates to be saved. A beautiful and well-organized system will be built to accomplish the task efficiently.

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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [School Library]

> **[School-Library]** application will record the books available in the library and track their borrowers. It will allow new students or teachers to be added, new books to be added, and records of borrowed books and corresponding borrowing dates to be saved. A beautiful and well-organized system will be built to accomplish the task efficiently.

## 🛠 Built With

### Tech Stack

Client



Server

Database



### Key Features

- **[Person class with instance vars, constructor, getters, setters, and methods]**
- **[Student class inheriting from Person with extended constructor and play_hooky method]**
- **[Teacher class inheriting from Person with extended constructor and overridden can_use_services method]**

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

Example command:

```sh
Install Ruby
```

(back to top)

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/ab-noori/School-Library.git
```

(back to top)

### Install

Install this project with:

```sh
cd my-folder
git clone https://github.com/ab-noori/School-Library.git
```

(back to top)

### Usage

To run the project, execute the following command:

```sh
cd my-folder
git clone https://github.com/ab-noori/School-Library.git
```

(back to top)

### Run tests

To run tests, run the following command:

```sh
ruby main.rb
```

(back to top)

## 👥 Authors

👤 **Abdul Ali Noori**

- GitHub: [@ab-noori](https://github.com/ab-noori)
- Twitter: [@AbdulAliNoori4](https://twitter.com/AbdulAliNoori4)
- LinkedIn: [abdulali-noori](https://www.linkedin.com/in/abdulali-noori)

(back to top)

## 🔭 Future Features

- [ ] **[Usin the 'Decorator' design pattern]**
- [ ] **[Sitting up associations]**
- [ ] **[Adding basic UI]**
- [ ] **[Preserving data]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ab-noori/School-Library/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a star.

(back to top)

## 🙏 Acknowledgments

First, I would like to thank Microverse and my coding partners.

(back to top)

## 📝 License

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

(back to top)