Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benevanio/sales_score
Gerenciamento de clientes com React MYSQL e Spring
https://github.com/benevanio/sales_score
api-client backend-api frontend java java-api-wrapper javafx javawebapp jdbc jpa jpa-hibernate jsx-syntax lo lombok mysql-database react react-router react-router-dom reactjs
Last synced: about 2 months ago
JSON representation
Gerenciamento de clientes com React MYSQL e Spring
- Host: GitHub
- URL: https://github.com/benevanio/sales_score
- Owner: Benevanio
- Created: 2023-04-18T19:26:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-21T14:43:37.000Z (over 1 year ago)
- Last Synced: 2024-09-26T01:41:31.216Z (4 months ago)
- Topics: api-client, backend-api, frontend, java, java-api-wrapper, javafx, javawebapp, jdbc, jpa, jpa-hibernate, jsx-syntax, lo, lombok, mysql-database, react, react-router, react-router-dom, reactjs
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sales_Score
---
Sistema de gerenciamento de clientes, usando JPA e Spring.
---
## Referência
- [Spring BOOT](https://spring.io/)
- [Swagger](https://swagger.io/)## Documentação da API
#### Retorna todos os itens
*Os caminhos da api ainda se encontra em construção*
```http
http://localhost:3000/clients
```| Parâmetro | Tipo | Descrição |
| :---------- | :--------- | :---------- |
| `"/listarTodos"` | `string` | Retorna todos os clientes do database |#### Cadastro de usuario
```http
localhost:8080/cadastrar
```| Parâmetro | Tipo | Descrição |
| :----------------- | :--------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `"/cadastrar"id` | `string` | **Obrigatório, para cadastro de usuarios rode a sua aplicação acesse a porta locahost especifacada e realize o cadastro dos teus usuarios no sistema** |## Apêndice
Este sistema se encontra em fase construção
## Autores
- [@benetesla](https://github.com/benetesla)
## Etiquetas
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
## Documentação
[Documentação](https://link-da-documentação)
## Roadmap
- Melhorar o suporte de navegadores
- Adicionar mais integrações## Stack utilizada
**FronTend**
![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)
**Back-end:**![Spring](https://img.shields.io/badge/Spring_Boot-F2F4F9?style=for-the-badge&logo=spring-boot)
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)
![Apache](https://img.shields.io/badge/Apache-D22128?style=for-the-badge&logo=Apache&logoColor=white)## Screenshots
***
Front Inicial
***![App Screenshot](https://user-images.githubusercontent.com/78994881/233509185-f69e1211-3a48-462c-aca0-0c52244dbc6f.png)