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
- Host: GitHub
- URL: https://github.com/pmutua/zumblr
- Owner: pmutua
- License: mit
- Created: 2017-10-24T05:03:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T04:46:25.000Z (over 3 years ago)
- Last Synced: 2025-03-03T01:27:04.484Z (over 1 year ago)
- Topics: blog-platform, devise, postgresql, rails, rails5, ruby, simple-form
- Language: Ruby
- Homepage: https://zumblr-app.herokuapp.com
- Size: 221 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.