pmutua / zumblr

A Blog Application in Ruby on Rails

Home Page:https://zumblr-app.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zumblr

Author

Philip Mutua

Description

An application that enables users to share their stories and other users can comment. [View Demo] (https://zumblr-app.herokuapp.com)

Ruby Version

  • Ruby v2.3.1
  • Rails 5.1.4

Installation

git clone https://github.com/pmutua/zumblr.git

cd ~/zumblr

Database Creation
  • In the terminal Run
    • rake db:create
    • rake db:migrate
Install System Dependencies

Install system dependencies using bundler:

  • Run bundle install
  • To run the application Run rails server or rails s
  • Open browser and type localhost:3000

Technologies Used

  • Ruby
  • Rails
  • Bootstrap
  • Devise
  • Simple_form
  • Sass
  • CSS
  • Heroku - deployment

Licence

MIT

Contribution

If you see something you could add to the application pull Requests are allowed and also don't forget to follow me @itsPhilipMutuaon twitter.

About

A Blog Application in Ruby on Rails

https://zumblr-app.herokuapp.com

License:MIT License


Languages

Language:Ruby 59.1%Language:HTML 26.9%Language:CSS 11.5%Language:JavaScript 1.6%Language:CoffeeScript 0.8%