Skip to content

teerapon19/todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todos

This's todos API that develop with fiber framework.

Router list:

[GET] /task/all Retrieve all tasks
[GET] /task/:id Retrieve single task by oid
[PUT] /task/mark/:id Mark task as accomplish
[PUT] /task/unmark/:id Unmark task as unaccomplish
[POST] /task Create new task
[PUT] /task Edit exist task
[DELETE] /task/:id Remove exist task

About

todos RESTful API develop in Golang with fiber framwork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published