danglduy / pr21802-music-listening

Music listening site (Spotify-like) using Rails + React (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team3: Duy, Tuyen


Deploy

  • Clone project
  • Install: Ruby 2.5.1, Mysql, NodeJs >= 8
  • Prerequisites: ffmpeg, yarn, foreman(gem)
  • Install prerequisites by following commands
sudo apt-get install ffmpeg
bundle install
gem install foreman
yarn
  • Copy .env.template to .env, replacing email information
  • Copy config/databases.yml.template to config/database.yml, replace your database information
  • rails db:create, rails db:migrate
  • Start the server by start.sh: ./start.sh

About

Music listening site (Spotify-like) using Rails + React (WIP)


Languages

Language:Ruby 41.9%Language:JavaScript 24.2%Language:CSS 23.0%Language:HTML 10.8%Language:Shell 0.1%Language:CoffeeScript 0.0%