Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zudochkin/todos-sinatra-activerecord
- Owner: zudochkin
- Created: 2012-09-21T19:50:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-13T20:04:33.000Z (almost 11 years ago)
- Last Synced: 2024-05-31T20:02:35.367Z (5 months ago)
- Language: Ruby
- Homepage: https://github.com/vredniy/todos-sinatra-activerecord
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`