The goal of the app is to scratch one of our personal itches as a remote team: handling our holidays.
-
Rails 4.2
-
React.js
-
Redux as Flux implementation
-
Webpack for js management
-
MySQL
$ git clone git@github.com:pixel2html/holidays.git $ bundle install $ npm install -g webpack $ npm install $ rake db:setup $ foreman start -f Procfile.dev
If you use Slack and you want to receive notifications about vacation requests activity in a certain channel don’t forget to set the SLACK_WEBHOOK_URL environment variable pointing to the webhook url.
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/YOUR/WEBHOOK/KEY
To change the default from email address just change it here:
/config/initializers/custom_configuration.rb