Band Surf

App Information

  • Built with Webpacker-React (Reactjs -v 16.2.0) and Ruby on Rails 5.1.4 on Postgresql
  • Before starting up, you will need to install yarn 1.3.2
  • Before starting up, you will need the latest version of Postgresql on you machine

Getting Started

  1. Clone the repo to your local machine
$ git clone https://github.com/band-buddy/concert_finder_sd.git
  1. Make sure you're on master branch on your local machine
$ git branch
  1. Pull master from repo to master branch on your local machine
$ git pull origin master
  1. Create a new git branch on your local machine and cd into project
$ git checkout -b New-Branch-Name
$ cd concert_finder_sd
  1. run bundle to install any gem dependencies you may need.
$ bundle 
  1. Create and migrate your database
$ rails db:create
$ rails db:migrate
  1. run yarn
$ yarn
  1. Start the rails server
$ rails s

Pushing new branch changes to Github