Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API de Cadastro de Usuários no Sistema

Back-end sendo consumido por um front-end SPA em Angular


Faça o login utilizando:
Usuario = admin
Senha = admin

Ferramentas utilizadas

  • Java
  • Spring
  • Postgresql
  • JWT / Spring Security
  • Criptografia BCrypt
  • Jasper Relatorios

[POST] Criar novo usuario - https://api-restrevdev.herokuapp.com/api-rest/usuario/register

JSON

Registro



[POST] Logar a conta - https://api-restrevdev.herokuapp.com/api-rest/login

JSON

image


[POST] Recuperar Login - https://api-restrevdev.herokuapp.com/api-rest/recuperar


JSON

image


OBS : PASSAR O TOKEN JWT GERADO NO LOGIN EM CADA REQUISIÇÃO


[GET] Listar todos usuarios - https://api-restrevdev.herokuapp.com/api-rest/usuario/

Details
JSON

image


[GET] Buscar um usuário pelo ID - https://api-restrevdev.herokuapp.com/api-rest/usuario/?id

Details
JSON

image


[PUT] Atualizar um usuário pelo ID - https://api-restrevdev.herokuapp.com/api-rest/usuario/

Details
JSON

image



[DELETE] Excluir um usuário pelo ID - https://api-restrevdev.herokuapp.com/api-rest/usuario/?id
!No Return Statement

[GET] Paginação de Usuarios - https://api-restrevdev.herokuapp.com/api-rest/usuario/page/?number

Details
JSON

image


[PATCH] Atualização parcial de Usuarios - https://api-restrevdev.herokuapp.com/api-rest/usuario/patch

Details
JSON

image


[GET] Buscar usuario por nome - https://api-restrevdev.herokuapp.com/api-rest/usuario/name/?nome
[GET] Buscar usuario por nome com paginação - https://api-restrevdev.herokuapp.com/api-rest/usuario/name/?{nome}/page/?{page}

Details
JSON

image


[GET] Buscar relatorio por id de usuario - https://api-restrevdev.herokuapp.com/api-rest/usuario/relatorio/?{id}

Details
JSON

UM PDF

image

->

image


[GET] Buscar todas as profissoes - https://api-restrevdev.herokuapp.com/api-rest/profissao/

Details
JSON

image


About

API de cadastro de usuários com proteção JWT.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages