uraway / todo-api

Rails todo API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-api

Rails todo API

Development

Install dependencies:

$ bundle install

Set database:

$ rake db:create db:migrate db:seed

Start rails server:

$ rails s -p 8080

Spec

$ bundle exec rspec spec/path/to/file

Update annotation

$ bundle exec annotate

About

Rails todo API


Languages

Language:Ruby 99.6%Language:HTML 0.4%