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
- Ruby
- Sinatra
- Fork/clone
- 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!
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.
This project is licensed under the MITLicense - see the LICENSE.md file for details