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
- Host: GitHub
- URL: https://github.com/mrinalxdev/go-rest
- Owner: mrinalxdev
- Created: 2022-10-23T15:48:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T17:27:33.000Z (over 2 years ago)
- Last Synced: 2025-01-20T17:21:55.240Z (about 1 year ago)
- Topics: gin-gonic, golang, rest-api
- Language: Go
- Homepage:
- Size: 978 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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