This Frontend project is created with Create React App. It is a web application prototype that allows the bank's customers to access their bank account(s) with a separately frontend part and a backend part. The application is developed with Node.js version 16.14.2 and React version 18.2.0.
-
To test this web application, you need fist to clone the backend application from https://github.com/charlenry/Project-13-Bank-API. So follow the instructions in the README.md file.
-
Afterwards, clone this projet (not in the folder of the previous cloned project). Then go to the folder where the package.json file is located and run in an other terminal the command
yarn install
. When finished, run the commandyarn start
. The application will start in your browser on port 3000 at the address http://localhost:3000. -
The JSDoc is accessible at the address https://charlenry.github.io/CharlesHenriSaintMars_13_032023/docs/.
-
My solution for the API endpoints in YAML format for transaction operations: https://github.com/charlenry/Project-13-Bank-API/blob/master/swagger.yaml.