https://github.com/akhil-gautam/newsfeed
A Ruby on Rails application for sending daily Newfeeds to users
https://github.com/akhil-gautam/newsfeed
application news-feed opensource rails ruby
Last synced: 22 days ago
JSON representation
A Ruby on Rails application for sending daily Newfeeds to users
- Host: GitHub
- URL: https://github.com/akhil-gautam/newsfeed
- Owner: akhil-gautam
- Created: 2018-12-23T10:53:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T06:28:44.000Z (over 7 years ago)
- Last Synced: 2025-02-28T06:00:21.893Z (over 1 year ago)
- Topics: application, news-feed, opensource, rails, ruby
- Language: Ruby
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEWSFEED
Newsfeed is a Ruby on Rails application which can deliver you daily mails based on the topics you select during subscribing to it.
## Technology used
* Watir: for scrapping from Quora
* SideKiq: for backgrounding
* SideKiq-Cron: for cron jobs
* HAML
* Bootstrap 4
* MySQL, Redis for SideKiq queue
# How to use it in local?
* Make sure you have MySQL and Redis server installed, if not please do it first.
* Clone it in your local and run ```bundle install```
* Run ```rails db:migration``` to run the migrations alongwith the collations.
* Run ```rails s``` and ```bundle exec sidekiq```.
* Setup the mailer in environments file.
* Go to 'localhost:whatever_port/users/new' and enter the details after which you will get confirmation mail on the entered
e-mail ID with the link to confirm your subscription.
# Contributions are welcomed. Please add your pull requests for that.