https://github.com/diegoh40/ruby-capstone
https://github.com/diegoh40/ruby-capstone
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diegoh40/ruby-capstone
- Owner: diegoh40
- Created: 2022-11-21T21:32:36.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-10T14:42:46.000Z (over 2 years ago)
- Last Synced: 2025-02-13T10:16:02.204Z (3 months ago)
- Language: Ruby
- Size: 605 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Microverse README Template
# π 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](#faq)
- [π License](#license)>This project we are building a small terminal program athat help you to manage your movies, books and music collection.
**Catalog of my things**
## π Built With Ruby
In this project, we created a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the UML class diagram presented below. The data stored in JSON files but we prepared a database with tables structure analogical for the program's class structure.
- Ruby
- VSCode
- Git
- GitHub
- Rubocop
- Rubocop
> Explanation of project.
- [Video presentation.](https://drive.google.com/file/d/116W66qPCqOF5hDHFeEHye5RtY-zbJzmY/view?usp=sharing)
### Prerequisites
In order to run this project you need:
`gem install`### Setup
Clone this repository to your desired folder:
https://github.com/diegoh40/ruby-capstone.git### Install
Install this project with:
`bundle install`### Usage
To run the project, execute the following command:
`ruby main.rb`### Run tests
To run tests, run the following command:
`rspec ./spec/[name of file]`π€ **Edith oga**
- GitHub: [@edithoga](https://github.com/vigehi)π€ **Diego HernΓ‘ndez**
- GitHub: [@diehoh40](https://github.com/diegoh40)
- Twitter: [@Diegoart80](https://twitter.com/Diegoart80)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/diegoarturoh/)π€ **Ghislain Mitahi**
- GitHub: [@GhislainMitahi](https://github.com/GhislainMitahi)
- Twitter: [@GMItahi](https://https://twitter.com/GMitahi)
- LinkedIn: [ghislainmitahi](https://linkedin.com/in/ghislain-mitahi/)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._