Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipe-perez-ferraro/ruby_capstone
https://github.com/felipe-perez-ferraro/ruby_capstone
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/felipe-perez-ferraro/ruby_capstone
- Owner: Felipe-Perez-Ferraro
- License: mit
- Created: 2023-10-23T15:43:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T02:25:53.000Z (about 1 year ago)
- Last Synced: 2024-10-19T02:47:17.083Z (3 months ago)
- Language: Ruby
- Size: 69.3 KB
- Stars: 1
- 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)
- [🚀 Video Presentation](#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)
- [❓ FAQ](#faq)
- [📝 License](#license)
In this project, we are building a item library app using Ruby. The application allows managing items and store them.
Programming Language
- **Books Games and Music Albums:** Ability to add new items to the system.
- **Features Management:** Manage a list of features like authors,genres and labels in the library.
- **Save items & features:** Save you items and features created in json files.
- **Modular Design:** Built with Object-Oriented Programming (OOP) principles for easy scalability and maintenance.
## 🚀 Video Presentation
- [Project Presentation Video](https://drive.google.com/file/d/1T-ufxigvRGEox9Fk6buV5PiyoBPoe8us/view?usp=sharing)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [ ] Ruby
### Setup
Clone this repository to your desired folder:
```bash
git clone https://github.com/Felipe-Perez-Ferraro/RUBY_Capstone.git
```
### Install
Go to the project directory.
```bash
cd RUBY_Capstone
```
### Usage
For now, the project is primarily command-line based. Detailed usage instructions will be added as the project evolves.
### Run tests
To run tests:
```test
rspec spec/models
```
👤 **Zabih Noori**
- GitHub: [@ZabihullahNooriWardak](https://github.com/ZabihullahNooriWardak)
👤 **Felipe Perez Ferraro**
- GitHub: [@Felipe-Perez-Ferraro](https://github.com/Felipe-Perez-Ferraro)
Features to be added in upcoming iterations:
- Remove a selected book
- Add genre to selected book
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Felipe-Perez-Ferraro/RUBY_Capstone/issues).
Give a ⭐️ if you like this project!
Thanks to all community.
This project is [MIT](./LICENSE) licensed.