This project was done using MERN stack
We made use of React.js for the frontend
The backend was written using node.js and express.js
The database requirements were fulfilled with the help of MongoDB.
Remote storage requirements were met using DriveHQ
- Store this code in a local directory.
- Open the project root in three different tabs in the terminal of your choice.
In the first tab, enter the following commands:
cd server
npm install
npm start
to kick start the TransferConnect API
In the second tab, enter the following commands:
cd server_bank
npm install
npm start
to start the bank server
In the third tab, enter the following commands:
cd client
npm install
npm start
This will open your default browser.