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
# Start the server
rails s
Go to http://localhost:3000/
in your browser.