UrSay.Click was created as a way for small businesses to conduct direct surveys to subscribers using SMS.
It was an entry to the CrowSourceHire API Developer Contest sponsored by Telstra, BuiltWith, SOFTLAYER, Xero & Dropbox for Business. Was awarded Runner up.
- Ruby on Rails 4 - used for the backend
- Ruby 2 - used for Ruby on Rails 4
- Prelang - used to generate the base Ruby on Rails app
- Twitter Bootstrap 3 - for the HTML templates
- jQuery - for some effects
- Font Awesome - for the majority of icons
- Telstra SMS API - for sending SMS's to signed up users
- SB Admin 2 Bootstrap Template - login dashboard for company users
- Flatty Bootstrap Template - landing page template
- MockUPhone - for screenshot of text app on phone
- Hipster Logo Generator - for the logo
- Icon Finder - for some icons
- Clone the repository
git clone https://github.com/bbody/ur_say.git
- Go into the directory
cd ur_say
- Run Postgres
- Migrate the database
rake db:migrate
- Seed the database
rake db:seed
- Add the Telstra SMS API to ur_say/config/secrets.yml
- Run
rails s