$ git clone https://github.com/jshawl/turns-api.git
$ cd turns-api
$ bundle install
$ rake db:create
$ rake db:migrate
$ rails s
Lists the current users groups, where the current user is defined by
an authentication_token
query paramater in the url.
Creates a new group.
Required paramaters are name
.
Deletes a group.
Updates a group.
Required paramaters are name
.
Returns information about a group identified by its id.
Lists all tasks that belong to one group.
Lists a specific groups' task.
Lists the events for a given task.