任务:用Go语言编写的一个简单的待办事项列表管理器

时间:2021-02-06 06:32:03
【文件属性】:
文件名称:任务:用Go语言编写的一个简单的待办事项列表管理器
文件大小:471KB
文件格式:ZIP
更新时间:2021-02-06 06:32:03
golang todo task-tracker webapp WebappGo 任务 Tasks是一个简单的Go Web应用程序,用于管理任务,我构建了此工具来管理自己想做的任务,有很多不错的看板样式板,但是我觉得它们对于我的口味来说有点过于沉重。 我也想学习Go webapp开发。 如何使用? 通过脚本: bash install.sh 这将生成二进制文件并设置数据库。 如果需要,可以将二进制文件和公用文件夹复制到您选择的文件夹中。 手动: go get github.com/thewhitetulip/Tasks 将目录更改为相应的文件夹并创建db文件: cat schema.sql | sqlite3 tasks.db cat schema.sql | s
【文件预览】:
Tasks-master
----client()
--------main.go(756B)
----install.sh(221B)
----templates()
--------_head.html(7KB)
--------login.html(3KB)
--------_footer.html(169B)
--------completed.html(1KB)
--------edit.html(2KB)
--------search.html(2KB)
--------deleted.html(1KB)
--------home.html(5KB)
----db()
--------files.go(4KB)
--------user.go(1KB)
--------tasks.go(13KB)
----public()
--------static()
----screenshots()
--------FrontEnd Navigation Drawer.png(77KB)
--------FrontEnd.png(85KB)
--------FrontEnd-Add task.png(80KB)
----LICENSE.txt(1KB)
----views()
--------otherViews.go(5KB)
--------addViews.go(6KB)
--------views.go(3KB)
--------sessionViews.go(2KB)
--------addViews_test.go(3KB)
--------deleteViews.go(4KB)
--------api.go(16KB)
----types()
--------types.go(2KB)
----utils()
--------utils.go(262B)
--------utils_test.go(1KB)
----main.go(3KB)
----README.md(3KB)
----schema.sql(1KB)
----config()
--------config.go(941B)
----files()
--------README.md(49B)
----sessions()
--------sessions.go(726B)
----.gitattributes(26B)
----config.json(26B)

网友评论