/ruby-capstone

This is the capstone project for the Ruby module in the Microverse program.

Primary LanguageRubyMIT LicenseMIT

Catalog of my things - Ruby capstone

This is the Catalog of my things app initiated in the fifth week of the fourth module in the Microverse program. It is a simple database app to catalog entertainment content (Books, Music, Games).

Built With

  • Visual Studio Code
  • Ruby
  • Rspec

App ScreenShot

Video Preview

Video

SQL schema

Getting Started

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

Prerequisites

  • A code editor like Visual Studio Code with Git and Ruby.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Ruby installation.

$ ruby --version && irb

Setup

Clone the repository using the GitHub link provided below.

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/lucas-crodrigues/ruby-capstone.git
$ cd ruby-capstone
$ bundle install
$ ruby ./classes/main.rb

Run tests

To install rspec, in the terminal kindly run this command

$ gem install rspec

To run tests, please run this command

$ rspec ./spec/#{filename}_spec.rb

Authors

👤 Ja'fer Yousef

👤 Lucas Costa Rodrigues

👤 Nimrod Acosta

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse team.
  • Coding Partners.
  • Code Reviewers.

📝 License

This project is MIT licensed.