Recipe Vault

Recipe Vault is a lightweight CLI application that allows users to create, save and share their favorite food recipes.

demo

Installing

  1. Install dependencies

    bundle install
  2. Seed the database

    rake db:migrate && rake db:seed
  3. Start the program

    ruby main.rb

Built with