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: 4 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T04:31:43.000Z (about 4 years ago)
- Last Synced: 2025-10-14T00:08:06.436Z (8 months 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`