Skip to content

ChristineSchatz/hacker-news-clone

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

##Hacker News Clone

This app is a simplified, "junior" version of Hacker News built with Ruby on Rails. Users can post new articles with a title and a URL. Creating, deleting and updating articles requires a logged in user. Posting comments also requires logging in. Enjoy!

This is a solo project.

##Live URL: Heroku

Installation

If you'd like to run this app locally, follow these instructions:

$ git clone [git-repo-url]
$ cd /hacker-news-clone
$ bundle
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails s

About

A Hacker News clone site built with Ruby on Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published