Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrinalxdev/go-rest
A platform to chat . Alternative to messenger app
https://github.com/mrinalxdev/go-rest
tailwindcss
Last synced: about 6 hours ago
JSON representation
A platform to chat . Alternative to messenger app
- Host: GitHub
- URL: https://github.com/mrinalxdev/go-rest
- Owner: mrinalxdev
- Created: 2022-10-23T15:48:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T17:27:33.000Z (about 1 year ago)
- Last Synced: 2023-11-10T19:35:18.159Z (about 1 year ago)
- Topics: tailwindcss
- Language: Go
- Homepage:
- Size: 978 KB
- Stars: 2
- 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