This repo contains all the source code to run the banking application ARGENTBANK.
To start this project, You have to fork and clone the repository backend (https://github.com/OpenClassrooms-Student-Center/Project-10-Bank-API) to run the micro API . There is all the information concerning the installation of backend part in file README.
- NodeJS (version 12.18) but not hegher vesrsion 16 because there is incopatibility batween nodeJS and backend part
- Yarn
- Fork the repository (https://github.com/marinasatsyk/DARDEMarina_13_18032021.git)
- Clone it on your computer.
- The
npm i
oryarn
command will allow you to install the dependencies. - Thirst run back backend and second run frontend with npm start;
Runs the app in the development mode. Open [http://http://localhost:3000/]to view it in your browser.