A very, very, very basic blog built on Rails. No frills. Articles and comments. That's it.
# Clone the repo and install the gem dependencies
git clone https://github.com/dbc-challenges/simple_blog.git
cd simple_blog
bundle install
rake db:migrate
# Start the server
rails sGo to http://localhost:3000/ in your browser.