abahaggag / rails_scareme_story_posting_app

Story Posting App. please take a look to README file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a story posting application for posting scary stories. It's name is SCAREME! This project is courses introduced by Jay Lee in the website: www.codecutoff.com which is described as a clone of FMyLife.com.

The url of this course is: http://codecutoff.com/courses/scareme

This project is built using pure Ruby on Rails without ajax or ReactJS.

Gems used in the project:

  • devise: for authentication and managing users.
  • bootswatch-rails: gem built on top of bootstrap thaat gives you themes.
  • acts_as_votable: for managing upvotes and downvotes for stories.
  • kaminari: for paging

To run the project follow these steps:

  1. bundle install
  2. rake db:migrate
  3. rake db:seed "to add categories"
  4. add user by signing up.
  5. explore the project.

Best Regards

About

Story Posting App. please take a look to README file.


Languages

Language:Ruby 64.6%Language:HTML 33.0%Language:CSS 1.3%Language:JavaScript 1.1%