Skip to content

AAlvAAro/ruby_amazon_bedrock_demo

Repository files navigation

README

This is a demo app to show an implementation of the ruby-amazon-bedrock gem. Frontend is built with Tailwind CSS, Hotwire and Stimulus.

Steps to run the app

  1. Add ENV vars

You'll have to create an config/application.yml file with the following configurations in order for the generators to work:

AWS_REGION: 'region'
AWS_ACCESS_KEY_ID: 'key'
AWS_SECRET_ACCESS_KEY: 'access-key'
AWS_S3_BUCKET: 'bucket-name'
  1. Initial setup
bin/setup
  1. Start the application
bin/dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published