Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmggyy66/oop-school-lib
[oop-school-library] is a a Ruby app that allows teachers & students to manage school libraries and book rentals .
https://github.com/mmggyy66/oop-school-lib
git ruby ruby-gem uml-diagram
Last synced: 10 days ago
JSON representation
[oop-school-library] is a a Ruby app that allows teachers & students to manage school libraries and book rentals .
- Host: GitHub
- URL: https://github.com/mmggyy66/oop-school-lib
- Owner: MMGGYY66
- Created: 2023-07-24T17:43:48.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-07-29T04:21:07.000Z (over 1 year ago)
- Last Synced: 2024-12-11T14:16:06.757Z (about 1 month ago)
- Topics: git, ruby, ruby-gem, uml-diagram
- Language: Ruby
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OOP School Library
# 📗 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](#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.
**[school-library]** is a a Ruby app that allows teachers & students to manage school libraries and book rentals .
Client
Server
Database
- N/A
- **Users can be created as students or teachers**
To get a local copy of this project and run it in your computer, follow these steps.
### Prerequisites
In order to run this project you need:
- A working computer.
- Connection to internet.
### Setup
To get a local copy up and running follow these simple example steps.
Clone this repository in the desired folder:
```
cd my-folder
git clone https://github.com/MMGGYY66/oop-school-lib.git
```
### Install
To install this project:
```
cd School-Library
code .
bundler install
```
### Usage
To run the project, execute the following command:
```
ruby teacher.rb
ruby student.rb
```
### Run tests
To run the project tests, execute the following command:
```
N/A
```
👤 **Mohamed Gamil Eldimardash**
- GitHub: [@github](https://github.com/MMGGYY66)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-eldimardash-0023a3b5/)
- Twitter: [twitter](https://twitter.com/MOHAMEDELDIMARd)
- Facebook: [facebook](https://www.facebook.com/MOHAMED.ELDIMARDASH/)
- StackOverflow: [stackoverflow](https://stackoverflow.com/users/13605630/mohamed-gamil-eldimardash)
- [ ] **Add new books.**
- [ ] **Add new teachers.**
- [ ] **Add new students.**
- [ ] **Save records of who borrowed a given book and when.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to frok it and use it as you need.
I would like to thank Microverse for the information provided to build this project.
This project is [MIT](./MIT.md) licensed.