ohyajk / ruby-capstone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Catalog of my things

This project is a simple Ruby app that allows you to add books, musics and games to a catalog. It also allows you to list all books, music and games. All data is preserved in a json file. The project also includes a schema file with tables of the classes in the app.

πŸ›  Built With

Tech Stack

Server

Key Features

  • Add books, musics and games
  • List all books, music and games
  • All data preserved in json file
  • Schema file with tables of the classes in the app

(back to top)

πŸš€ Live Demo

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

  • Mac or PC
  • Install Ruby
  • Understanding OOP principles

Setup

Clone this repository to your desired folder:

  cd your-folder
  https://github.com/ohyajk/ruby-capstone.git

Install

Install this project with:

  • GitHub Actions
  • Linters
    • Rubocop
  • Ruby

Usage

  • Run the app with ruby main.rb in the terminal from the root folder of the project.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Jitender Kumar

πŸ‘€ Houda Mzari

πŸ‘€ Teklay Birhane

(back to top)

πŸ”­ Future Features

  • remove a selected book
  • add genre to selected book

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

(back to top)

πŸ™ Acknowledgments

We would like to thank Microverse for providing the reading materials that aided me during the project development

(back to top)

❓ FAQ

  • Can I use this code?

    • yes, it is open source. Feel free to fork it.
  • Can I contribute to this project?

    • Contact me so I can add you as a collaborator. Alternatively you can leave an issue, it will be well appreciated.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%