https://github.com/katorres02/reddit-client
Get the top 50 entries from Reddit using Ruby on Rails and AngularJS
https://github.com/katorres02/reddit-client
angularjs reddit ruby-on-rails
Last synced: 2 months ago
JSON representation
Get the top 50 entries from Reddit using Ruby on Rails and AngularJS
- Host: GitHub
- URL: https://github.com/katorres02/reddit-client
- Owner: katorres02
- Created: 2018-08-23T01:03:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T15:48:49.000Z (almost 8 years ago)
- Last Synced: 2025-05-29T15:15:57.615Z (about 1 year ago)
- Topics: angularjs, reddit, ruby-on-rails
- Language: Ruby
- Size: 27.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REDDIT TOP POSTS
Reddit client usign AngularJS and Ruby on Rails. Load the top 50 posts.
## Prerequisites
You need:
* Ruby
* Ruby on Rails
## Installation
* Clone the repository
* Run ``` bundle install ```
* Run ``` rake db migrate ```
* Run ``` rails s``` after bundle success
* Open in browser ```http://localhost:3000```
## Demo
There is video demo inside the repository called ``` demo.mov ```