https://github.com/alan-oliveir/log-api
Projeto feito durante o Mergulho Spring Rest promovido pela AlgaWorks de desenvolvimento de Rest API usando Spring Boot.
https://github.com/alan-oliveir/log-api
spring-boot
Last synced: 3 months ago
JSON representation
Projeto feito durante o Mergulho Spring Rest promovido pela AlgaWorks de desenvolvimento de Rest API usando Spring Boot.
- Host: GitHub
- URL: https://github.com/alan-oliveir/log-api
- Owner: Alan-oliveir
- Created: 2023-05-28T03:26:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T00:47:37.000Z (7 months ago)
- Last Synced: 2025-01-13T17:18:41.810Z (4 months ago)
- Topics: spring-boot
- Language: Java
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projeto api-log - Mergulho Spring Rest
- Projeto feito durante o Mergulho Spring Rest promovido pela AlgaWorks.
- Desenvolvimento web com Rest API e banco de dados usando Java e Spring Boot.## Tecnologias aprendidas
- Content negotiation
- Flyway
- JPA
- Bean Validation
- Exception Handler
- ModelMapper## Ferramentas utilizadas
- Spring Tool Suite (STS)
- Postman
- MySQL## Visão geral do sistema
O objetivo é construir um pequeno sistema (API REST) para registrar clientes, implementando operações CRUD além de um endpoint para listar todos os clientes cadastrados e operações não CRUD para finalizar entregas.## Modelo de domínio
## Imagem do Postman

___## Agradecimentos e Créditos
[AlgaWorks](https://www.algaworks.com/)
___