Banking Problem Solution
This Project contains simple implementation of bank's system of deposit, withdrawal and transfer.
To run this project you should have node.js and mongodb install
Steps to run
- npm install
- npm start(start the project)
- npm test(test the project)