Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aleroxac/goexpert-api

API criada durante modulo de APIs do treinamento GoExpert da FullCycle
https://github.com/aleroxac/goexpert-api

api fullcycle go go-chi goexpert golang jwt middleware sqlite swag swagger test unit-test

Last synced: 4 days ago
JSON representation

API criada durante modulo de APIs do treinamento GoExpert da FullCycle

Awesome Lists containing this project

README

        

# goexpert-api
API criada durante modulo de APIs do treinamento GoExpert da FullCycle

## Como executar o projeto
``` shell
make install
make run
```

## Funcionalidades
- [x] Router: go-chi
- [x] Middlewares: LogRequest(custom), Logger(go-chi), Verifier(go-chi), Authenticator(go-chi), Recoverer(go-chi)
- [x] Database: sqlite
- [x] Auth: jwt
- [x] Tests: unit-tests
- [x] Docs: swag, swagger