Skip to content

Pigius/Amazon-Comprehend-Rails-workshop

Repository files navigation

Amazon Comprehend Rails Workshop

A simple Rails app that will be used for purpose of workshop while using Amazon Comprehend service from the AWS to:

Within the app, you can create a note via form, and underneath all notes could be found.

Link to the blog

Project Setup

Ruby Environment

Application Setup

  • bundle install (install all ruby gems for the project)
  • rake db:create (create database)
  • rake db:migrate (load schema)
  • rake db:seed (seed the database with one dummy note)

Running Application

  • Start app server: rails s

About

A simple Rails app that will be used for purpose of the workshop while using Amazon Comprehend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published