Skip to content

ramigg/GoRethink_TodoDemo

 
 

Repository files navigation

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.

About

Go RethinkDB Todo List Example Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.6%
  • Go 47.0%
  • JavaScript 5.4%