react_rails_s3_example
react_rails_s3_example copied to clipboard
Complete s3 upload example using React, Rails, and Paperclip
Companion code to my blog post on uploading to S3 with React, Rails, and Paperclip.
http://blog.littleblimp.com/post/119230396893/direct-uploads-to-s3-with-react-rails-and-paperclip
Do it:
- Clone
- Update config/secrets.yml with your AWS credentials
bundlerake db:create && rake db:migraterails sin one terminal andrake jobs:workin another- http://localhost:3000