A networking app for finding supporting musicians on the road by calendar availability and instrument. As a touring musician, I often found myself in a different city in need of other musicians whether for a performance or to borrow some equipment. This app allows a user to look up a musician by instrument and city and check their availability for a particular gig.
Link to demo: https://youtu.be/V0U2roFrRXw
- Fork and Clone this repo
- Navigate to the directory in your terminal and run
rails db:createto create your database - Run
rails db:migrateto run your migrations - Run
db:seedto seed the database to test the app. - Run
rails sto start your server - Open your browser and go to http://localhost:3000/signup to create an account
- Seth Barden
- Silvia Chung @schung97
- Ruby on Rails