Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 476 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 476 Bytes

Music Player

Music Player is simple application to share music in a common repository and choose your favorite songs.

Installation

Clone project

git clone [email protected]:rorlika/music-player.git
cd music-player

Install dependencies

bundle install
bundle update

Run migrations

rake db:migrate

Run server

rails server

Requirements

  • rails version >= 4.2.5
  • ruby version >= 2.2.3
  • postgresql