aleroxac / goexpert-api

API criada durante modulo de APIs do treinamento GoExpert da FullCycle

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goexpert-api

API criada durante modulo de APIs do treinamento GoExpert da FullCycle

Como executar o projeto

make install
make run

Funcionalidades

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

About

API criada durante modulo de APIs do treinamento GoExpert da FullCycle

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


Languages

Language:Go 96.3%Language:Makefile 3.7%