Xghayor / comt-console-app

A console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/Xghayor/ruby-group-capstone.git

πŸ“— Table of Contents

πŸ“– [ruby-group-capstone]

ruby-group-capstone Is a console app that helps keep records of different types of things: books, music albums, and games.The data is stored in JSON files. A database with tables structure analogical to the program's class structure is prepared.

Video Presentation

[https://drive.google.com/file/d/1iwgRj0aahFor_iV_3k00QFoD1YMDA5pC/view?usp=sharing]

πŸ›  Built With

Tech Stack

Ruby
  • https://www.ruby-lang.org/en/

Key Features

  • [Class functionality]

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 bundle install

Setup

Clone this repository to your desired folder:

  cd ruby-group-capstone
  git clone https://github.com/Xghayor/ruby-group-capstone.git

Install

Install this project with:

  cd catalog-of-my-things
  bundle install
  gem install --no-document rubocop -v '>= 1.0, < 2.0'
  gem install rspec

Usage

To run the project, execute the following command:

  ruby main.rb
  or
  ./main

Run tests

To run tests, run the following command:

  • rubocop --color
  • rspec spec --format doc

Deployment

  • Project is not deployed

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author1

πŸ‘€ Collins Akorda

πŸ‘€ Author2

*Mumbere Habert

πŸ‘€ Author3 Ghayoor Ul Baqir

πŸ”­ Future Features

  • [Add different structure]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please show support by staring ⭐️.

(back to top)

πŸ™ Acknowledgments

  • We express our gratitude to Microverse for welcoming us into the Full-time Software Development program.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

A console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.

License:MIT License


Languages

Language:Ruby 100.0%