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
-
Clone repository
-
Install Ruby version
$ rvm install 2.7.3
- Install PostgreSQL >9.4 and start it
$ brew install postgresql
- Run setup
$ bin/setup
- Run specs
$ bin/rspec
- Start the server
$ bin/rails server
- Open your browser
Challenge
See CHALLENGE.md