manoj2411 / blogz

Sample blog app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogz

Hey! This is a sample app for Blog posting simply. I used gems that I wanted to try out like bootstrap-wysihtml5-rails, nprogress-rails, for sortable columns etc. Just kidding, somebody asked to create this sample app ;)


Here are the list of things that this app can do (or requirements):

  • Login & Sign up with role Student Teacher and Editor.
  • CRUD on blog posts with image.
  • Users can comment.
  • Blog post creator can approve disapprove comments.
  • Apart from post creator Editor can also update the status of post (Publish).
  • Listing should have few sortable by columns.

Few other things you can in this code:

  • Twitter bootstrap.
  • Very simple text editor.
  • Commenting system.
  • AJAX.
  • Clean code obviously :)

Setup

  1. Clone it
  2. bundle install
  3. Run migrations
  4. And you are ready to go with rails s

About

Sample blog app


Languages

Language:Ruby 91.9%Language:CSS 5.5%Language:JavaScript 2.6%