This app is develped in ruby and allows users to:
- Ruby console app with an user interface.
- You can add books or music albums, and you can create a label or genre for the said item.
- The application preserves user data by using JSON files while exiting the application.
- Ruby
- OOP
- Github
- GitFlow
- Visual Studio Code
- rvm
- Rspec
To get a local copy of this project:
Clone this repository or download the Zip folder:
git clone https://github.com/ShoiraTa/ruby-capstone.git
To get started, In the root directory run:
gem install bundler
Then run:
bundle install
run ruby app in the Command Line:
ruby main.rb
- Open the terminal and run
rspec spec spec/filename.rb
Track Ruby linter errors run:
rubocop
To auto-correct Rubocop offenses run:
rubocop --auto-correct-all | rubocop -A
👤 Shoira
👤 Munsa Mibenge
- GitHub: @Munsa1
- Twitter: @MibengeMunsa
- LinkedIn: Munsa Mibenge
👤 Grace
- GitHub: @gracekabaghe
- LinkedIn: LinkedIn
- Microverse
This project is MIT licensed.
Give a ⭐️ if you like this project!