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.
-
Clone repository
-
Install Ruby version
$ rvm install 2.6.5
- Install PostgreSQL >9.4
$ brew install postgresql
- Run setup
$ bin/setup
See CHALLENGE.md
- Check routes defined in
config/routes.rb
- Check controller actions in
app/controllers/urls_controller.rb
- Check views in
app/views/urls/
- Google Charts is already added to display charts, you can use any library
- Use the
browser
gem already installed to extract information about each click tracked