Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericklima-ca/bago
REST API in Go
https://github.com/ericklima-ca/bago
gin-gonic golang jwt rabbitmq redis rest-api
Last synced: about 1 month ago
JSON representation
REST API in Go
- Host: GitHub
- URL: https://github.com/ericklima-ca/bago
- Owner: ericklima-ca
- License: mit
- Created: 2022-03-08T05:44:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T04:31:43.000Z (over 2 years ago)
- Last Synced: 2024-10-02T05:23:08.634Z (about 1 month ago)
- Topics: gin-gonic, golang, jwt, rabbitmq, redis, rest-api
- Language: Go
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bago
# Introduction
This application is hosted in https://github.com/ericklima-ca/bago.
A backend service, based on REST architecture, written in Go that includes authentication with [JWT](https://jwt.io/) and performs CRUD operations.# Routes Summary
## Auth
\- `/api/auth/login`
\- `/api/auth/signup`
\- `/api/auth/recovery/`
\- `/api/auth/verify/:action/:user_id/:string_token`