This is the Bank API.
To run the bank API, you need to have installed Node.js.
Then, you need to install the dependencies:
npm installRemenber to run the database before running the API.
Finally, you can run the bank API:
npm run devThe bank API will be running on port 3200.