Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashmalzahra/oop-school-library
This project uses Object Oriented Programming to build a school library app. The tool records what books are in the library and who borrows them. Built with Ruby.
https://github.com/ashmalzahra/oop-school-library
best-practices object-oriented-programming oop-principles ruby uml-diagram unit-testing
Last synced: about 1 month ago
JSON representation
This project uses Object Oriented Programming to build a school library app. The tool records what books are in the library and who borrows them. Built with Ruby.
- Host: GitHub
- URL: https://github.com/ashmalzahra/oop-school-library
- Owner: ashmalzahra
- License: mit
- Created: 2023-04-10T16:01:37.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-20T19:39:47.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T03:44:56.222Z (about 2 months ago)
- Topics: best-practices, object-oriented-programming, oop-principles, ruby, uml-diagram, unit-testing
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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](#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** This project is an Object Oriented School Library app that allows you to:
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.Client
Server
Database
- N/A
- **Object Oriented Programming**
- [N/A]()
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/ashmalzahra/OOP-school-library.git
```
### Install
To install this project:
```
cd Ruby_decode-message
code .
bundler install
```
### Usage
To run the project, execute the following command:
```
copy paste on irb
```
### Run Tests
To run the project tests, execute the following command:
```
N/A
```
👤 **Ashmal Zahra**
- GitHub: [@ashmalzahra](https://github.com/ashmalzahra)
- Twitter: [@AshmalZahraa](https://twitter.com/AshmalZahraa)
- LinkedIn: [ashmal-zahra](https://www.linkedin.com/in/ashmal-zahra)
- [ ] **preserve data**
- [ ] **unit tests**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ashmalzahra/OOP-school-library/issues).
Give a ⭐️ if you like this project!
I would like to thank Microverse for the information provided to build this project.
- **Can I use the project for any purpose?**
- Yes, you can.
This project is [MIT](./LICENSE) licensed.