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

alphagov/apprentice-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Hacker News clone for apprentices

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published