This is an example application for RethinkDB using the GoRethink driver. The application is based on the todo app from TodoMVC.
To run the code you should have RethinkDB installed with the database todo
and the table items
. You should then run the following command go build && ./GoRethink_TodoDemo
and navigate to http://localhost:3000
.