todo

A task manager written in Go using TDD techniques, each commit should represent a step in the application development.

Github星跟踪图

ToDo

This application has been written for a talk on Go, TDD, and REST APIs.

The slides for the talk can be seen here.

TODO provides a simple task management application.

The purpose of this project is to show how some general techniques can be applied to Go code.

Test Driven Development

The task package has been implemented using TDD techniques, starting writing tests, seeing them failing, writing the code to make the test pass.

Once all tests pass the code is refactored.

Implementation of a REST API in Go

The server package handles requests on "/task/" providing a REST API.

This REST API is then exposed as a stand-alone http server and a Google App Engine app.
Please take into account that the TaskManager is only in-memory at this point, which means that tasks are
lost if the application is restarted.

Consuming a REST API with AngularJS

With a minimum of HTML, CSS, and AngularJS we create a UI for the REST API.
The code is in the todo/static directory.

主要指标

概览
名称与所有者campoy/todo
主编程语言Go
编程语言Shell (语言数: 5)
平台
许可证Apache License 2.0
所有者活动
创建于2013-12-07 00:28:45
推送于2019-02-18 01:12:24
最后一次提交2017-05-05 15:46:46
发布数0
用户参与
星数569
关注者数34
派生数90
提交数48
已启用问题?
问题数3
打开的问题数0
拉请求数5
打开的拉请求数1
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?