Control bank accounts with this simple API!
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
A simple API to control the bank account.
Features:
- Make a deposit, by agency and account.
- Make withdrawal, by agency and account.
- Make transfer between accounts, by agency and accounts.
- Transfer the biggest clients of each agency to 99 agency.
- Get the balance, by account and agency.
- Get the mean balance, by agency.
- Get the smallest client, by balance and set a limit.
- Get the biggest client, by balance and set a limit.
- Delete a account, by the grade's id.
-
npm
npm install npm@latest -g
-
yarn
npm install --global yarn
- Clone the repo
git clone https://github.com/jennifertakagi/my-bank-api-node.git
- Install packages
yarn | npm install
- Run the following command in order to start the application in a development environment:
yarn dev:watch | npm run dev:watch
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Jennifer Takagi - @jennitakagi