Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zudochkin/todos-sinatra-activerecord

Simple Todos with Sinatra and ActiveRecord
https://github.com/zudochkin/todos-sinatra-activerecord

Last synced: 3 months ago
JSON representation

Simple Todos with Sinatra and ActiveRecord

Awesome Lists containing this project

README

        

# Simple Todos with Sinatra and ActiveRecord

Steps to start project:

* `git clone [email protected]:vredniy/todos-sinatra-activerecord.git`
* `cd todos-sinatra-activerecord`
* `bundle`
* `rake db:migrate`
* `ruby app.rb`