Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.19 KB

Musicians-Song-Tracker

This project is a web application to help musicians organizer thier practice. Once signed up the user can create Song objects which can contain video and tab and lyric links as well as notes. The song objects will be organized in two categories, learned, or learning. The user will then be able to access Songs for practice (learning) or performance (learned), and have the ability to change the status of the song as needed.

🎥 https://youtu.be/rOJBZPIUJVE

Getting Started

Dependencies

  • Ruby
  • Sinatra

Installing

  • Fork/clone

Executing program

  • After cloned open in code editor
  • Run
shotgun
  • You will be given a port number in the terminal, copy and paste this into your browser addres bar
  • Create and account and start adding music!

Help

When adding a youtube video for a song the link will be oncverted to and embeded URL. Embbeded videos do not work on local host, so you will need to 'watch on YouTube' to actually view the video.

Authors

Danny Brandt

License

This project is licensed under the MITLicense - see the LICENSE.md file for details