anuragdhingra / Raddit

A simple link aggregator application scripted in ROR, where users can submit links and sort content based on tags/interests.

Home Page: https://radddit.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raddit

Raddit is a simple link aggregator application scripted in ROR and deployed on heroku, where users can submit links and sort content based on tags/interests. You just need to simply create an account and login to submit/edit/delete a link.

Getting Started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

Or to see it working live visit- Raddit

Todos

  • Improve frontend, add bootstrap and other styling.
  • Add sorting based on tags/interests.
  • Add upvote/downvote mechanism.
  • Add comments section using disqus.

Deployment

Install heroku on your system and to create an app:

$ heroku create

To rename your app:

$ heroku rename "new_app_name"

To deploy your app on the heroku server:

$ git push heroku master

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A simple link aggregator application scripted in ROR, where users can submit links and sort content based on tags/interests.

https://radddit.herokuapp.com/


Languages

Language:Ruby 70.9%Language:HTML 23.3%Language:CSS 3.5%Language:JavaScript 2.0%Language:CoffeeScript 0.3%