A simple blog made with Sinatra. Here are the features: Show all entries Show a particular entry (by id) Create a new entry Edit an existing entry Delete an existing entry Show all entries with a given tag. Instructions: clone this directory run 'bundle install' in the terminal from the root directory run 'be rake db:create' in the terminal from the root directory run 'be rake db:migrate' in the terminal from the root directory run 'be rake db:seed' in the terminal from the root directory run 'be shotgun' in the terminal from the root directory open 'http://localhost:9393/' in your browser