Implemented 3 types of prompts (ask the audience, 50:50 and phone a friend).
Admin can load questions from files (see data folder).
App covered with views, models, controllers and features tests.
https://khsm-app.herokuapp.com/
- Clone repo.
- Use bundler.
bundle install
- Create database.
bundle exec rails db:create
- Run database migrations.
bundle exec rails db:migrate
- Start rails server.
bundle exec rails s