mreigen / AQ-Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdQuick Code Challenge

This app uses Rails 5 and Ruby version 2.3.4

Getting Started

You'll need to do a few things to get this up-and-running.

  • Install all the necessary gems with bundle install
  • Create new databases rake db:create
  • Run migration rake db:migrate
  • Create seed data from CSV file rake data:import_billboard_from_csv
  • Start your web server with rails s
  • Go to http://localhost:3000

About

License:MIT License


Languages

Language:Ruby 75.5%Language:HTML 20.7%Language:CSS 1.4%Language:JavaScript 1.3%Language:CoffeeScript 1.0%