/AlexaFridge

Alexa app to suggest what to cook according to what ingredients you currently have

Primary LanguageRuby

logo

Alexa Fridge is an app that suggests what to cook based on what ingredients you currently have.

Requirements

  • Ruby 2.3.3+

  • Rails 5.1.4+

  • Bundler

  • ngrok

Running the app

  1. Install dependencies bundle install

  2. Migrate the database rails db:migrate

  3. Seed the database rails db:seed

  4. Run ngrok ngrok http 3000

  5. Copy the https link on the Amazon Developers website for your Skill

  6. Run the server rails server