Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aleroxac/goexpert-api
- Owner: aleroxac
- Created: 2024-04-03T11:01:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T11:08:46.000Z (8 months ago)
- Last Synced: 2024-04-03T12:27:50.885Z (8 months ago)
- Topics: api, fullcycle, go, go-chi, goexpert, golang, jwt, middleware, sqlite, swag, swagger, test, unit-test
- Language: Go
- Homepage: https://github.com/aleroxac/goexpert-api
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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