Skip to content

jkurambhatti/todo-app-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-app-go

REST API's for todo app

#GET : /list ==> return all the tasks

#POST : /insert ==> creates a new task

#DELETE : /list/id ==> deletes the task with the specified id

#PUT : /list/id ==> updates the task with the specified id

#GET : /save ==> saves all the created tasks in todos.json

#GET : /load ==> loads all the saved tasks from todos.json

About

a simple todo app in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages