Skip to content

agarwalchirag85/Banking-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. npm install
  2. npm start(start the project)
  3. npm test(test the project)