build a todo list all using etcd as the backend
I’ve documented my learnings: ./learnings.org
Run etcd locally with
etcd
Bring up the backend
go run .
Visit localhost:8080
/list /list/ID /item /item/LISTID /item/LISTID/ID
Copyright 2023 Caleb Woodbine. This project is licensed under the AGPL-3.0 and is Free Software. This program comes with absolutely no warranty.