Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 744 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 744 Bytes

Apprentice News Build Status

Apprentice News is a Hacker News clone built by the GDS apprentice technologists.

Technology

Apprentice News is built using Ruby, Sinatra, and Postgres SQL. It has tests using RSpec and Capybara.

Running the code

Assuming you have Bundler and Postgres installed:

# Install the dependencies
bundle install

# Create the database
ruby create-database.rb

# Run the application
bundle exec rackup -p 3000

Running the tests

bundle exec rspec