toadkicker / uploader-example

Uploading files using Rails 5, NuxtJS, Bootstrap-Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uploads with Shrine

This is an example setup using Rails 5 in API mode, handling uploaded files via Shrine.

It demonstrates image manipulation using the fast libvips library. It does this in the background using Sidekiq.

It shows how to upload to S3 or Digital Ocean Spaces.

It comes with a systemd script for running Sidekiq as a managed process.

Last it has a UI written with NuxtJS.

If you'd like to read the details, head over to Medium!

Contributing to this repo

Pull requests are welcome and I will update the article with adendums as things go. Thank you for being awesome!

About

Uploading files using Rails 5, NuxtJS, Bootstrap-Vue.


Languages

Language:Ruby 74.7%Language:Vue 19.0%Language:JavaScript 5.7%Language:HTML 0.6%