Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bobymcbobs/todo-list-etcd

A todo list app written with etcd as a backend
https://github.com/bobymcbobs/todo-list-etcd

Last synced: about 1 month ago
JSON representation

A todo list app written with etcd as a backend

Awesome Lists containing this project

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.