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

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

In this project, you will start building your school library app. In this initial step, you will implement the classes to represent students and teachers.
https://github.com/simongideon/oop-school-library

Last synced: about 1 year ago
JSON representation

In this project, you will start building your school library app. In this initial step, you will implement the classes to represent students and teachers.

Awesome Lists containing this project

README

          


SCHOOL LIBRARARY README


# 📗 Table of Contents

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

# 📖 OOP school library

> Describe your project in 1 or 2 sentences.

In this project, you will start building your school library app - Book Rental Module, you can add a student or teacher who can rent a book.

## 🛠 Built With

### Tech Stack

stack

### Key Features

- **Create and List Students**
- **Create and List Teachers**
- **Initiate Books Rentals**

(back to top)

(back to top)

## 💻 Getting Started

### Setup

Clone this repository to your desired folder:

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

### Install

Install this project with(Ubuntu):

```sh
cd school-library
gem bundle install
```

### Usage

To run the project, execute the following command:

```sh
ruby main.rb
```

### Run tests

To run tests, run the following command:

### Live Demo

[Screencast from 21-09-23 03:17:52 PM EAT.webm](https://github.com/SimonGideon/OOP-school-library/assets/61404403/00ad9da9-398d-4daf-8533-3fd2fd252dff)

(back to top)

👤 **Simon Gideon**

- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://www.linkedin.com/in/simon-gideon/)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **Break down classes validations**
- [ ] **Implement a UI on the same**
- [ ] **Link it to a database**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 📝 License

This project is [MIT](https://github.com/SimonGideon/OOP-school-library/blob/set-up-associations/LICENSE) licensed.