Skip to content

Challenge for those applying to the Software Engineer, Big Data position

Notifications You must be signed in to change notification settings

jkgraham/data-engineering

 
 

Repository files navigation

Challenge App

Installation

  1. Clone the project:
$ git clone git://github.com/jkgraham/data-engineering.git
  1. Run bundler:
$ cd data-engineering
$ bundle
  1. Migrate the database
$ rake db:migrate
  1. Setup github oauth authentication: register app at GitHub Applications Page, then export your keys:
$ export GITHUB_KEY=abc123
$ export GITHUB_SECRET=abcdef123456789
  1. Start the app:
$ rails s

About

Challenge for those applying to the Software Engineer, Big Data position

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.5%
  • JavaScript 3.5%