This is a playground project to test Belvo APIs, having the follow endpoints:
- Links;
- Accounts;
- Transactions;
- Owners;
- Balances;
A live demo to use the endpoints: https://belvo-api.herokuapp.com/
Here are a POSTMAN collection showing how the endpoints works: https://documenter.getpostman.com/view/4255399/TWDRrKDD
clone the project and run using Yarn:
Download all dependencies:
yarn
Run the project
yarn dev
or NPM
Download all dependencies
npm install
Run the project
npm run dev
Francisco Silva / [email protected]