Ember.js app on Rails for rating applications of wannabe attendees.
- Clone repository:
git clone [email protected]:webmuses/oceny.git
bundle
cp .env.sample .env
- Register a new OAuth application and set
GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET
in.env
- Set
SECRET_TOKEN
in.env
(e.g. you can generate secret token by runningrake secret
) - Install MongoDB