Create playlist for playing loved videos from youtube
- Ruby version 2.3.0
- Ruby on Rails version 4.2.6
- AngularJS version 1.5.2
- PostgreSQL
- Bootstrap
- Slim Ruby Template
- Pubnub
- Create playlist by adding youtube url such as https://www.youtube.com/watch?v=DokUjuZmpCE
- Realtime adding video.
- Realtime now playing video from DJ or player video.
- Clone discjoke to your local machine
$ git clone git@github.com:41studio/discjoke.git
- Rename database config in config/database.yml.example to database.yml and change config username, password and database name.
- Then bundle install
$ bundle install
- Create database
$ rake db:create
- Run migration
$ rake db:migrate
- Run the server
$ rails server