kra3 / news_board

Ruby on Rails experiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple News Publishing System Dashboard.

  • A Dummy Login page (keeping registration/password recovery etc., out of scope)
  • After login, redirect to a dashboard: will have an unseen counter (web-socket), "see all news" link & a form to create new news entry.
  • As and when a news is published by someone increment unseen count for the logged in user by one (and decrement ones seen by the user)
  • see all news link will get you into another page with all the news published so far.
  • Ability to add comments (without nesting)

Uses sqlite3, and run using ./bin/rails server

  • Ruby version: 2.3.1

About

Ruby on Rails experiment

License:MIT License


Languages

Language:Ruby 78.3%Language:HTML 15.9%Language:JavaScript 2.2%Language:CSS 1.3%Language:CoffeeScript 1.3%Language:SCSS 1.0%