modulepackage
0.0.0-20230819002750-de9007606da6
Repository: https://github.com/bobymcbobs/todo-list-etcd.git
Documentation: pkg.go.dev
# README
#+title: todo list app
-
Goal build a todo list all using etcd as the backend
-
Learnings I've documented my learnings: [[./learnings.org][./learnings.org]]
-
Development Run /etcd/ locally with #+begin_src shell etcd #+end_src
Bring up the backend #+begin_src shell go run . #+end_src
Visit [[http://localhost:8080][localhost:8080]]
-
database structure #+begin_src /list /list/ID /item /item/LISTID /item/LISTID/ID #+end_src
-
License Copyright 2023 Caleb Woodbine. This project is licensed under the [[http://www.gnu.org/licenses/agpl-3.0.html][AGPL-3.0]] and is [[https://www.gnu.org/philosophy/free-sw.en.html][Free Software]]. This program comes with absolutely no warranty.