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

https://github.com/jasonmdev/rails-blog

A blog build with Ruby on Rails
https://github.com/jasonmdev/rails-blog

Last synced: about 1 year ago
JSON representation

A blog build with Ruby on Rails

Awesome Lists containing this project

README

          

# RUBY ON RAILS: Rails Demo Blog

This is one of my own projects for the
[*CareerFoundry:
Become a Web Developer*](http://careerfoundry.com/courses/how-to-become-a-web-developer) course.

You can see the live webpage at :
[*Jason Mans' Blog ( A Ruby on Rails Demo )*](https://jm-blog-railsdemo.herokuapp.com)

It is Basic Blog Web Application with the following features:
- Able to create article entries.
- Able to make comments on the articles.
- It has a basic HTTP authentication to create, edit or delete post.

Things you may want to cover:

* Ruby version: 2.2.3

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions