Social networking app for musicians to "find your jam" built with React and Rails.
Sign up as a band or an individual to start finding your jam!
See a list of musicians sorting from closest to you by default. Connect by sending jam request to them.
Checkout each musician's profile, including their soundcloud and youtube channel.
Start chatting and jamming, add more members as your jam grows!
Edit your profile to get yourself more suitable match.
- Fork & Clone
- Run
bundle install
to install dependencies in front-end folder - Run
npm install
to install dependencies in back-end folder - Run
bin/rake db:reset
to create, load and seed db - Run
rails s
to start the server - Run
npm start
to start the front server
- actioncable
- jquery
- react
- react-actioncable-provider
- react-cookies
- react-dom
- react-moment
- react-router-dom
- semantic-ui-react
- rails
- pg
- faker
- ui_faces
- bcrypt
- geokit-rails
- rack-cors