Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.6 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.6 KB

Berries

Social networking app for musicians to "find your jam" built with React and Rails.

What does it do?

"signup" Sign up as a band or an individual to start finding your jam!

"home" See a list of musicians sorting from closest to you by default. Connect by sending jam request to them.

"profile-show" Checkout each musician's profile, including their soundcloud and youtube channel.

"chat" Start chatting and jamming, add more members as your jam grows!

"profile-edit" Edit your profile to get yourself more suitable match.

Happy jamming!

Setup

  1. Fork & Clone
  2. Run bundle install to install dependencies in front-end folder
  3. Run npm install to install dependencies in back-end folder
  4. Run bin/rake db:reset to create, load and seed db
  5. Run rails s to start the server
  6. Run npm start to start the front server

Dependencies

Front-end

  • actioncable
  • jquery
  • react
  • react-actioncable-provider
  • react-cookies
  • react-dom
  • react-moment
  • react-router-dom
  • semantic-ui-react

Back-end

  • rails
  • pg
  • faker
  • ui_faces
  • bcrypt
  • geokit-rails
  • rack-cors