Skip to content
/ helpcue Public

Ruby on Rails app for managing student questions and 1-on-1 time.

License

Notifications You must be signed in to change notification settings

aomran/helpcue

Repository files navigation

Build Status Code Climate

Getting Started

This app requires Ruby 2.4.1 and Postgresql 9.3+ in development and production.

  1. $ git clone [email protected]:aomran/helpcue.git
  2. $ cd helpcue
  3. $ bin/setup
  4. $ cp .env.example .env -- Fill out the .env file with the appropriate environment variables.

Start development environment (at localhost:5000)

  • $ foreman start

Run tests

  • $ bin/rails test to run all Ruby tests.
  • $ bin/rails test:system to run system tests.

Dependencies

  • $ brew install redis (For realtime pub/sub)
  • $ brew install phantomjs (For system tests)

Official Browser Support

  • Internet Explorer (Version 9+), Google Chrome (Latest Version), Mozilla Firefox (Latest Version), Apple Safari (Version 5+).
  • Clients without Javascript are not supported.
  • HelpCue supports mobile browsers.

About

Ruby on Rails app for managing student questions and 1-on-1 time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published