Usage
Front-End:
Install dependencies and run React development server (http://localhost:3000)
.\bank\client\npm install
.\bank\client\npm start
Back-End:
Start MongoDB locally
Install dependencies and run the node js server (http://localhost:5000) (from a new terminal)
.\bank\server\npm install
.\bank\server\nodemon server



