/go-rest

A simple Golang Rest API for todo list

Primary LanguageGo

GO REST API

This is a simple go rest api for todo apps . Built this for fun and enhance new ways of building a rest api using go and gin module .

There three main controllers of the API

GET : for getting all the listed todos POST : for posting new ones PATCH : for toggling between the status of the todos