Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 896 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 896 Bytes

Ascendas-Loyalty

This project was done using MERN stack

Client side implementation

We made use of React.js for the frontend

Server side implementation

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

How to run the code

  1. Store this code in a local directory.
  2. 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.