An open API service indexing awesome lists of open source software.

https://github.com/mrinalxdev/go-rest

A simple Golang Rest API for todo list
https://github.com/mrinalxdev/go-rest

gin-gonic golang rest-api

Last synced: 11 months ago
JSON representation

A simple Golang Rest API for todo list

Awesome Lists containing this project

README

          

# 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