/todo-api

Rails todo API

Primary LanguageRuby

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