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
用户参与
星數571
關注者數33
派生數89
提交數48
已啟用問題?
問題數3
打開的問題數0
拉請求數5
打開的拉請求數1
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?