joaotinti75 /
Projetos-Javascript
Repositório criado para o canal João Tinti
Loading repository data…
valeriaresco / repository
Projeto criado para um teste tecnico
Project created for a technical test
Creation of an API, where payment data will be received. These being: Debit Code, Payer's CPF or CNPJ, Payment method, Card number, Payment amount. And this payment can be created, viewed, updated and deleted.
RF1 - The API must be able to receive a payment;
RF2- The system will display an area for the user to enter the debit code being paid (full amount);
RF3- The API will display an area for the user to enter the payer's CPF or CNPJ;
RF4 - The API will display an area for the user to enter the payment method;
RF5- The API will display an area for the user to enter the payer's card number;
RF6- The API will display an area for the user to enter the payment amount;
RF7 - The API must be able to update the status of a payment;
RF8 - The API must be able to list all payments received and provide search filters for the customer.
RF9 - The user can filter the payment by debit code;
RF10 - The user will be able to filter the payment by CPF/CNPJ of the payer;
RF11 - The user can filter the payment by payment status;
RF12 - The API must be able to delete a payment.
RFN1 - The card number will only be sent if the payment method is credit_card or debit_card;
RFN2 - The status update of a payment will always contain the Payment ID and the new status;
RFN3 - When the payment is "Pending Processing", it can be changed to "Successfully Processed" or "Failed Processed";
Clone the repository and open the folder in Spring Tools Suit. After that, run the project.
To verify the operation of the application, open the file located in the "docRoutes" folder. To use it, you need to import it into the Insomnia framework following these steps: Application > Preferences > Data > Import Data .
After these steps, you select the Insomnia file on your machine and the collection will be ready to be used.
Selected from shared topics, language and repository description—not editorial ratings.
joaotinti75 /
Repositório criado para o canal João Tinti
MarceloAraujo14 /
Projeto criado para tutorial ensinando como deployar uma aplicação Java e Spring em um container Amazon EC2 com Docker
maximilianoalves /
// pt_BR: Projeto criado para servir como exemplo de arquitetura para demais projetos de testes de API. // en_US: This project was created for example of structure for api testing using Java and Rest-Assured.
vaamonde /
Projeto desenvolvido em JAVA utilizando a IDE Eclipse criado pelo Prof. José de Assis para testar a Linguagem JAVA no Linux Mint 20.x e 21.x
paulo-magls /
Repositório criado para o desafio de projeto "Conhecendo Spring Data JPA na prática com Java" da DIO.
Alunos-da-IESO /
☕ - Projeto criado com Java para validação de serviços.