Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 305 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 305 Bytes

HN Hiring

HN Hiring is an index of jobs from Hacker News' Who is Hiring? posts.

Requirements

  • Ruby
  • Postgres

Installation

bundle
rake db:create db:migrate

Loading jobs

rake cron

Running server locally

rails s

Visit localhost:3000