/todobe

Rails API for todo list

Primary LanguageRuby

RAILS API for todo example

Setup

Before setup you must have ruby and node installed in your computer or docker machine.

$ git clone git@github.com:cnascimentord/todobe.git
$ cd todobe
$ bundle install
$ rake db:migrate
$ rails s

Visit http://localhost:3000