Skip to content

API criada durante modulo de APIs do treinamento GoExpert da FullCycle

Notifications You must be signed in to change notification settings

aleroxac/goexpert-api

Repository files navigation

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