/my_rails_blog

My CRUD blog build with Ruby

Primary LanguageRuby

Rails CRUD blog App

This is a Rails blog with create new post, edit post, read post and delete post.

Rails version

Rails 4.2.7

Database

sqlite3

installing

Clone the repository.
gem install
rails server
Open browser at http://localhost:3000