mrinalxdev / go-rest

A simple Golang Rest API for todo list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Golang Rest API for todo list


Languages

Language:Go 100.0%