A Reddit type application using Ruby on Rails where people can post, vote, favourite and comment.
- Fork and clone the repo:
git clone https://github.com/samibirnbaum/goingpostal.git - You must have Ruby installed
- Run
$ bundle installto download/install the needed dependencies - Start the local server:
$ rails s. - Open a web browser and go to
http://localhost:3000.
