Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailsg/oop-library
Use Object Oriented Programming to build a simple app.
https://github.com/mailsg/oop-library
Last synced: 7 days ago
JSON representation
Use Object Oriented Programming to build a simple app.
- Host: GitHub
- URL: https://github.com/mailsg/oop-library
- Owner: mailsg
- License: mit
- Created: 2023-07-31T12:01:49.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-08-11T05:38:40.000Z (over 1 year ago)
- Last Synced: 2024-12-08T14:41:25.532Z (2 months ago)
- Language: Ruby
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**OOP School Library** is a tool to record what books are in the library and who borrows them.
Ruby
- **Add new students or teachers.**
- **Add new books.**
- **Save records of who borrowed a given book and when.**
- The project is at the developing stage. Check back after some time for live demo.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
IRB
```
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:mailsg/OOP-Library.git
cd OOP-Library
```
### Install
Install this project with:
```sh
cd OOP-Library
IRB
```
### Usage
To run the project, execute the following command:
```sh
ruby main.rb
```
### Run tests
To run tests, run the following command:
```sh
test test/models/article_test.rb
```
👤 **Sandeep Ghosh**
- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sandeep0912/)
- [ ] **Dedicated page for each member**
- [ ] **Community Forums**
- [ ] **News around the chosen topic**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project kindly leave a star on the repo.
I would like to thank Microverse giving me this opportunity to showcase my development skills. Also, I would like to thank the Open Source Community to provide vast resources that helped me reach to where I am now.
This project is [MIT](./LICENSE) licensed.