th1agoalmeida / hey-url-challenge-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HeyURL! Code Challenge

This repository has been created as a code challenge for candidates with FullStack Labs. Please setup your environment following the Getting Started section before starting the challenge.

Getting Started

  1. Clone repository

  2. Install Ruby version

$ rvm install 2.6.5
  1. Install PostgreSQL >9.4
$ brew install postgresql
  1. Run setup
$ bin/setup

Challenge

See CHALLENGE.md

Considerations

  1. Check routes defined in config/routes.rb
  2. Check controller actions in app/controllers/urls_controller.rb
  3. Check views in app/views/urls/
  4. Google Charts is already added to display charts, you can use any library
  5. Use the browser gem already installed to extract information about each click tracked

About


Languages

Language:Ruby 80.1%Language:HTML 17.9%Language:JavaScript 2.0%