regromrob / project-challenge

Starter code for technical assessment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome

This repository contains starter code for a technical assessment. The challenges can be done at home before coming in to discuss with the Bark team or can be done as a pairing exercise at the Bark office. Either way, we don't expect you to put more than an hour or two into coding. We recommend forking the repository and getting it running before starting the challenge if you choose the pairing approach.

Set up

Fork this repository and clone locally

You'll need Ruby 2.5.7 and Rails 5 installed.

Run bundle install

Initialize the data with rake db:reset

Run the specs with rspec

Run the server with rails s

View the site at http://localhost:3000

About

Starter code for technical assessment.


Languages

Language:Ruby 86.7%Language:HTML 10.4%Language:JavaScript 1.7%Language:CSS 1.1%