nguyenthaison / doantotnghiep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graduation project - Website Music

Environment

  • Requires Ruby version >= 2.3 and Rails version >= 4.0

DevDependencies

Function

  • login, logout
  • play one music
  • play album
  • repeat one music, repeat album, shuffe
  • upload, download music
  • show ranking music, album

How to run the test suite

  
    $ cd doantotnghiep
    $ rails db:remake_data
    $ bundle install
    $ npm install
    $ npm start
    //open two terminal
    $ rails s //one terminal
    $ webpack --w //one terminal
  
  • open website and typing: localhost:3000 and login with account
   
    username: admin
    password: 123456
   

How to contribute

  • Feel free to fork and send PRs or issues, be it for features, bug fixes, or documentation!

About


Languages

Language:JavaScript 56.9%Language:Ruby 32.3%Language:CSS 7.8%Language:HTML 2.9%