Skip to content

fauzxan/Ascendas-Loyalty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published