Skip to content

Projeto final da aceleração de Java ministrada pela Codenation. Uma API que centraliza os LOG's de erros.

License

Notifications You must be signed in to change notification settings

llaet/ErrorLog-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Central de Erros (Error Central API)

API centralizadora de logs de erros para aplicações (An error log centralizer API to applications)

Tecnologias / Technologies

Desenvolvimento / Deployment

  • Java 1.8
  • Git 2.9.0
  • PostgreSQL 12
  • Swagger 2.9.2
  • Maven project
  • Spring boot 2.3.1

Teste / test

  • H2 database
  • JUnit
Como clonar o projeto / How to clone the project
git clone https://github.com/llaet/ErrorLog-API
O que é uma API?
Desenvolvido como projeto prático do programa de aceleração AceleraDev Java pela Codenation

Codenation

Verbos Http para requisições na API:
Swagger doc		| URL	| /swagger-ui.html
Acces token		| POST	| /oauth/token
New user		| POST	| /user
Check e-mail		| GET	| /user/:email
New error log		| POST	| /log
Get all logs		| GET	| /log
Get log by id		| GET	| /log/:id
Get log by level	| GET	| /log/level/:level
Get all logs with query	| GET	| /log/:column/:sort-:argument
About me:
Feel free to contribute in this project!