https://github.com/avijeetpandey/notes-app-backend
notes backend application implemented using golang
https://github.com/avijeetpandey/notes-app-backend
gin-gonic golang http-server rest-api
Last synced: 4 months ago
JSON representation
notes backend application implemented using golang
- Host: GitHub
- URL: https://github.com/avijeetpandey/notes-app-backend
- Owner: avijeetpandey
- Created: 2024-07-03T17:27:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T14:23:52.000Z (almost 2 years ago)
- Last Synced: 2025-10-31T11:26:14.624Z (8 months ago)
- Topics: gin-gonic, golang, http-server, rest-api
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Notes booking backend :tada: :rocket:
This repo contains implementation of a notes creating application using `Go` and `Gin`.
This contains the following end points
- `CREATE_NOTE`
- `UPDATE_NOTE`
- `DELETE_NOTE`
- `FETCH_ALL_NOTES`
- `FETCH_NOTE_BY_ID`