An open API service indexing awesome lists of open source software.

https://github.com/pmutua/zumblr

A Blog Application in Ruby on Rails
https://github.com/pmutua/zumblr

blog-platform devise postgresql rails rails5 ruby simple-form

Last synced: about 1 month ago
JSON representation

A Blog Application in Ruby on Rails

Awesome Lists containing this project

README

          

# Zumblr

#### Author
[Philip Mutua](philipmutua.netlify.com)

# 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](./LICENCE)

# Contribution
If you see something you could add to the application pull Requests are allowed and also don't forget to _follow me_
[@itsPhilipMutua](https://twitter.com/itsPhilipMutua)on twitter.