Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 455 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 455 Bytes

YouTab

Description

Users can create and upload custom guitar tablature, as well as view and rate other tabs.

Heroku Link: https://youtab.herokuapp.com/

Author

Technologies

  • Ruby on Rails
  • ReactJS
  • PostgreSQL
  • Devise

Local Setup

git clone https://github.com/douroudous/YouTab.git
cd youtab
bundle install
npm install
rake db:create && rake db:migrate && rake db:seed