Skip to content

GoTodo is a toy Todo List service written in Go, using Fiber Framework, providing a RESTful API.

License

Notifications You must be signed in to change notification settings

Anon7250/GoTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotodo is a toy Todo List service written in Go, using Fiber Framework, providing a RESTful API.

Here is a draft plan of how the API would work:

API

key value
/users/12 list_chunk: 123, token:X
/list_chunk/123 lists: [1,2,3], next: None
/list/1 name: X todo_chunk: 234
/todo_chunk/234 todos: [5,6], next: None
/todo_chunk/456 todos: [9], next: None
/todo/5 title: Eggs done: False
/todo/9 title: Milk done: True

About

GoTodo is a toy Todo List service written in Go, using Fiber Framework, providing a RESTful API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published