harishsr / blog

App 02: Blog system for reg'd users

Home Page:https://guarded-reaches-8691.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

VERSIONS:

  • Ruby version 2.1.2p95

  • Rails 4.2.1

  • RSpec and Capybara used for testing

  • Databases: SQLite3 in development & testing, PostgreSQL in production on Heroku

  • Deployed using Heroku

PLAN:

  • Create a BLOG where registered bloggers can create entries with pictures

  • Any reader can post COMMENTS on each entry

    • Comments can be deleted by either admins or bloggers

  • Allow BLOGGERS to register for an account and use the account to post blog entries

    • Allow bloggers to potentially have an ADMIN role

      • Admins can delete comments & other users


MODELS:

  • Blog

    • Title:string, Entry:text

  • Comment

    • opinion, blog:references

  • Blogger

    • Name:string, email:string, password:string, admin:boolean


ORDER:

  • Blogs controller, views, model

  • Blogger: devise system

  • Comments controller, views integration, model


About

App 02: Blog system for reg'd users

https://guarded-reaches-8691.herokuapp.com/


Languages

Language:CSS 50.9%Language:JavaScript 44.2%Language:Ruby 3.8%Language:HTML 1.0%Language:CoffeeScript 0.0%