Basic Payment App created using React, Node and MongoDB. To run MongoDB locally, we have to run replica-set(multiple nodes using run-rs -v 4.0.0 --shell to prevent transaction error).
Basic functionality is added like authentication and transfering balance, although it needs more improvement.
Frontend routes - /signup, /signin, /send, /dashboard Backend routes - /api/v1/user/signup, /api/v1/user/signin, /api/v1/account/transfer, /api/v1/account/balance etc...