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

https://github.com/baqar-abbas/school-library

This project is a school Library app built using Ruby which will allow users to Add new students or teachers, Add new books and Save records of who borrowed a given book and when. It is an app to record what books are in the library and who borrows them.
https://github.com/baqar-abbas/school-library

rubocop ruby ruby-gem

Last synced: 3 months ago
JSON representation

This project is a school Library app built using Ruby which will allow users to Add new students or teachers, Add new books and Save records of who borrowed a given book and when. It is an app to record what books are in the library and who borrows them.

Awesome Lists containing this project

README

        


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)
- [Usage](#usage)
- [👥 Author](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowlednpments](#acknowlednpments)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 school-library

**school-library** This project is a school Library app built using Ruby which will allow users to Add new students or teachers, Add new books and Save records of who borrowed a given book and when. It is an app to record what books are in the library and who borrows them.

## 🛠 Built With
RUBY
### Tech Stack

Client

### Key Features

> Key Features

- Person, Student and Teacher classes has been implemented
- Created classed ClassRoom, Book and Rental.
- Created associations between classes.
- Created UI for the console app using app.rb and main.rb.
- Will add more functionalionaties and testing will be done in the upcoming milestones of this project

(back to top)

(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 > 3.2.2
code-runner

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:baqar-abbas/school-library.git
```

### Usage

To run the project, execute the ruby file with any code runner of your choice.

(back to top)

## 👥 Author

👤 **Baqar Abbas**

- GitHub: [@Baqar](https://github.com/baqar-abbas)
- Twitter: [@BaqarAbbas9](https://twitter.com/BaqarAbbas9)
- LinkedIn: [Baqar Abbas](https://www.linkedin.com/in/baqar-abbas/)

(back to top)

## 🔭 Future Features

- More classes and functionalities will be added in the future milestones of this project.

(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 please follow and give it a star ⭐️

(back to top)

## 🙏 Acknowledgments

> I would like to Thanks Microverse for the idea of this Program

(back to top)

## ❓ FAQ

> Is this an Open Source Project?

Yes

(back to top)

## 📝 License

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

(back to top)