#Welcome to Handraise!
HandRaise is a 'question counter' for creating question queues in a class setting. It allows the teacher or TA to see who to help next.
##Getting Started: Application.yml file
-
Create an application.yml file
-
Insert the following code into the application.yml, replacing [[input_description]] with the actual input: TWILIO_ACCOUNT_SID: [[Twilio account SID]] TWILIO_AUTH_TOKEN: [[Twilio account auth token]] TWILIO_FROM: [[Twilio phone number]]
GITHUB_CLIENT_ID: [[Github client_ID]] GITHUB_CLIENT_SECRET: [[Github client_secret]]
MAILGUN_DOMAIN : [[Mailgun domain name]] MAILGUN_LOGIN : [[Mailgun user name]] MAILGUN_PASSWORD : [[Mailgun password]]
- bundle install
- rake db:schema:load
- Update exception notification email details in exception_notifier.rb
- rails s
- http://localhost:3000/
- whenever --update-crontab
Handraise was built by:
while attending The Flatiron School