todo-list-etcd

command module
v0.0.0-...-de90076 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2023 License: AGPL-3.0 Imports: 3 Imported by: 0

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL