Skip to content

BobyMCbobs/todo-list-etcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo list app

Goal

build a todo list all using etcd as the backend

Learnings

I’ve documented my learnings: ./learnings.org

Development

Run etcd locally with

etcd

Bring up the backend

go run .

Visit localhost:8080

database structure

/list
/list/ID
/item
/item/LISTID
/item/LISTID/ID

License

Copyright 2023 Caleb Woodbine. This project is licensed under the AGPL-3.0 and is Free Software. This program comes with absolutely no warranty.

About

A todo list app written with etcd as a backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages