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.
- Host: GitHub
- URL: https://github.com/simongideon/oop-school-library
- Owner: SimonGideon
- License: mit
- Created: 2023-02-13T20:48:14.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-21T12:41:22.000Z (over 2 years ago)
- Last Synced: 2025-02-07T20:49:24.170Z (over 1 year ago)
- Language: Ruby
- Size: 605 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
> 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.
stack
- **Create and List Students**
- **Create and List Teachers**
- **Initiate Books Rentals**
### 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)
👤 **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/)
> 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**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
This project is [MIT](https://github.com/SimonGideon/OOP-school-library/blob/set-up-associations/LICENSE) licensed.