An open API service indexing awesome lists of open source software.

https://github.com/danielm/sinatra-blog

Sinatra Blogging app
https://github.com/danielm/sinatra-blog

Last synced: about 2 months ago
JSON representation

Sinatra Blogging app

Awesome Lists containing this project

README

          

# Sinatra Blog CMS
Very simple Blog CMS. Example: www.daniel.uy

This started as a personal project to get into Ruby development.

## Install
$ git clone https://github.com/danielm/sinatra-blog.git

$ cd sinatra-blog

$ bundle install

$ rake db:create

$ rake db:migrate

$ ruby app.rb