Kingno3l / Ruby-Capstone

MIT License
0 stars 0 forks source link

πŸ“— Table of Contents

πŸ“– Catalog-of-Things

Catalog of Things is a ruby written console application which delivers a detailed method to create different objects of a catalog such as item, books, label, music album, genre, game, author information. The primary purpose of the program is to explore the object oriented programming. Here we have demonstrated the creation of objects, adding the basic UI, unit test the methods and preserve the data in json files.

πŸ›  Built With

Tech Stack

Client
  • None
Server
  • Ruby
Database
  • None

Key Features

(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:

Setup

Clone this repository to your desired folder:

https://github.com/Kingno3l/Ruby-Capstone.git

Install

  cd catalog
  bundle install

Usage

To run the project, execute the following steps:

  ruby main.rb

Test

To run the unit test files, run the following command in the terminal:

  rspec

(back to top)

Live Video

LIVE DEMO

Watch a live demo of the project.

(back to top)

πŸ‘₯ Authors

πŸ‘€ King Immanuel

πŸ‘€ Kwamay

(back to top)

πŸ”­ Future Features

(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 give it a ⭐️

(back to top)

πŸ™ Acknowledgments

I would like to thank all the documents provided by microverse.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)