This is a Rails 5 API
Prerequisites: install git, Ruby 2.4.1, bundler gem.
git clone https://github.com/withbetterco/code-challenge.git
cd code-challenge
bundle install
bin/rake db:create
bin/rake db:migrate
bin/rake db:fixtures:loadRun the app locally:
bin/rails s