Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`