The SimpleBlog

Ruby On Rails CRUD App

The SimpleBlog was created by using Ruby on Rails framework.

  1. In this project, it will cover all of the fundamentals of the Ruby on Rails framework by building a blog application with comment functionality
  2. Display all blogs in the database.
  3. Add new blogs in the index.
  4. Have a show page for each blog post.
  5. In the show page. we have the ability to update or delete the specific blog or comment.

Github link