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

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

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`