Project Awesome project awesome

Community Examples > Go RethinkDB ToDo

Go RethinkDB Todo List Example Application.

Package 62 stars Archived GitHub

Go RethinkDB Todo List Example Application

This is an example application for RethinkDB using the GoRethink driver. The application is based on the todo app from TodoMVC.

Running

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.

Back to RethinkDB