Todo api's with GoLang and MongoDB
Be it any kind of task management app often called as a todo application has four functions (CRUD):
C --> Create
R --> Read
U --> Update
D --> Delete
And to do so in GoLang we will follow the same strategy that someone might follow for any backend ...
keshav0905.hashnode.dev5 min read