Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvictornascimento/workshop-springboot-jpa
Api Rest Spring Boot Jpa
https://github.com/jvictornascimento/workshop-springboot-jpa
h2-database heroku jpa-hibernate maven postgresql spring-boot
Last synced: 7 days ago
JSON representation
Api Rest Spring Boot Jpa
- Host: GitHub
- URL: https://github.com/jvictornascimento/workshop-springboot-jpa
- Owner: jvictornascimento
- License: mit
- Created: 2024-01-02T21:22:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T12:11:48.000Z (10 months ago)
- Last Synced: 2024-01-13T00:42:51.549Z (10 months ago)
- Topics: h2-database, heroku, jpa-hibernate, maven, postgresql, spring-boot
- Language: Java
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## đź’» Sobre o projeto
Nesse repositorio vocĂŞ vai encontrar uma API Rest simulando uma site de cadastro de pedidos.
---
## ⚙️ Funcionalidades
- [x] Cadastro/atualização cliente;
- [x] Cadastro de pedidos;
- [x] Cadastro de categorias/pagamentos/status do pedido;
- [x] Listagem vendas/ clientes;
---## 🎨 Layout
O projeto desse repositĂłrio Ă© apenas a API Backend.
---
## đź› Tecnologias
As seguintes tecnologias foram utilizadas no desenvolvimento da API Rest do projeto:
- **[Java 17](https://www.oracle.com/java)**
- **[Spring Boot 3](https://spring.io/projects/spring-boot)**
- **[Maven](https://maven.apache.org)**
- **[PostgreeSql](https://www.postgresql.org/)**
- **[Jpa_Hibernate](https://hibernate.org)**
- **[H2_DataBase](https://www.h2database.com/html/main.html)**---
## 📝 Licença
**[MIT_License]([https://www.alura.com.br](https://github.com/jvictornascimento/workshop-springboot-jpa/blob/main/LICENSE)https://github.com/jvictornascimento/workshop-springboot-jpa/blob/main/LICENSE)**
---