The App allows user to create blog whose data is stored on a database which can be edited or deleted as per user demand.
##Prerequisites
The program requires a Ruby to be installed in the system along with rubygems
for windows: http://rubyinstaller.org/
for mac: ruby is preinstalled.
If not use
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install ruby
##When ruby is Set up
commands:
bundle install
This will install the Dependencies needed
bundle exec rackup
This will run the server
##Screenshot
