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