Skip to content

Muvue is an app that uses YouTube API to allow you to stream free full-length movies online, directly from your browser.

Notifications You must be signed in to change notification settings

scypher6/muvue_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muvue

Muvue

Muvue is an app that uses YouTube API to allow you to stream free full-length movies online, directly from your browser.

Features

The backend is running a rails server that saves the YouTube API data to a PostgreSQL database.

Getting Started

  • Git clone the repository
  • Install Homebrew package manager: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • Update Brew brew doctor brew update
  • Install PostgreSQL: brew install libpq
  • Make sure the PostsreSQL server is running
  • Then create the db: rake db:create
  • Run: bundle install
  • Run rails server: rails s

Frontend: Here

Tech Stack

  • Rails server - Rails Serializers - Active Records
  • PostgreSQL
  • Actionmailer
  • YouTube API
  • RestClient
  • Figaro

About

Muvue is an app that uses YouTube API to allow you to stream free full-length movies online, directly from your browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published