Skip to content

Ruby On Rails full stack web application that allows a user to watch and upload videos.

Notifications You must be signed in to change notification settings

ASAD128/video-cloud

Repository files navigation

README

Video Cloud is a simple web application which allows users to upload and watch videos online

Features

  1. User can upload videos based on specific categories
  2. System 'll generate thumbnails automatically from the Video and store in Database
  3. User can watch the uploaded video from videos listing page

Demo

demo

Ruby

ruby 2.5.9

Rails

Rails 5.2.8.1

Build

  • bundle install
  • rails db:create
  • bunlde exec rake db:migrate db:seed

Docker

docker-compose build
docker-compose up

System Dependencies without Docker

* Linux
sudo apt update
sudo apt install ffmpeg
sudo apt install imagemagick

* macOS
brew install ffmpeg
brew install imagemagick

About

Ruby On Rails full stack web application that allows a user to watch and upload videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published