carinabs8 / hey-url-challenge-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FullStack Labs

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.6
  1. Install PostgreSQL >9.4 and start it
$ brew install postgresql
  1. Run setup
$ bin/setup
  1. Run specs
$ bin/rspec
  1. Start the server
$ bin/rails server
  1. Open your browser

http://localhost:3000

Challenge

See CHALLENGE.md

About


Languages

Language:Ruby 80.2%Language:HTML 17.8%Language:JavaScript 2.0%