noorani786 / data-engineering

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Instructions

Pre-requisites

  1. Ruby 2.1
  2. Rails 4.0
  3. Sqlite

Setting up and running the application

  1. Clone this repository
  2. Run 'bundle install'. This will install the necessary gems.
  3. Run 'rake db:setup' followed by 'rake db:seed'. This will create and seed the database.
  4. Run 'rails s' to start the application

Browse to http://localhost:3000. Login via email: 'admin@example.com', password: 'qwerty111'

Running the specs

  1. Run 'rake db:setup RAILS_ENV=test' to setup the test database.
  2. Run 'rspec'. This will run 4 specs. All of them should pass.

About

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


Languages

Language:Ruby 96.4%Language:JavaScript 1.8%Language:CSS 1.5%Language:CoffeeScript 0.3%