This repository provides an API for a web service that offers various features related to managing transactions. The API is designed to run on the API URL.
To test the API, you can import the Insomnia_XXXX-XX-XX.json file into your preferred tool, such as Insomnia or Postman, to easily perform test scenarios.
- The user should be able to create a new transaction;
- The user should be able to get a resume of their account;
- The user should be able to list all transactions previously created;
- The user should be able to get unique transaction data;
- The transaction can be of type
credit
that will add to the total amount ordebit
that will subtract from the total amount; - The system should identify the user in API requests;
- The users must have access only to their own transactions.