A bank app API that enables users to create a bank account (either savings or current account), perform transactions( deposit , withdrawal and transfer money to another account)
The following technologies were used in this project:
Before starting, you need to have Git and Node.js installed. Also ensure to create a .env file in the root directory of the project, and provide the following information:
MONGO_URI: The URI of your MongoDB database. TOKEN_KEY: The secret key used to sign the JWT. USERNAME: Mail server email address. PASSWORD: Mail server password.
Kindly ensure that you are in the root directory before running the following commands.
$ npm install# development
$ npm start