Description: This project is build as exercise for the MIT xpro full stack developer program. The project is representing a basing banking app including security, database and server.
To run the project, fork the project and clone to local repository. Prior to running the project, the following should be adapted: 2. Link to mongoDB in ./dal.js 3. Firebase config in ./public/firebase/config.js
To run the project locally, after the previous steps in a terminal go to your root folder of the project and execute 'node index.js'
The project opens by default on the landing page:
The navbar has different options, at the moment only All data and create account is functional:

Other options will provide a fail:

The All data option will display all data from customers in the database:

The project is using React with React router for front end rendering, Express as server, Mongodb as database and firebase as authentication server (not operational yet). Authorisation still needs to be added
Only Create account and all data tabs are currently functionning, the other components (withdraw, login, deposit and balance) are still work in progress
License: MIT