This codebase contains the code needed to run the frontend for Argent Bank.
To install this project you need to clone the backend repository first
Link : https://github.com/kenza15a/Project-13-Bank-API
GitHub clone
A code editor
example vscode link for download https://code.visualstudio.com/download
Argent Bank uses create react app
backend instructions are here :
https://github.com/kenza15a/Project-13-Bank-API/blob/master/README.md
frontend instructions are the following:
- Fork this repo
- Clone the repo onto your computer
- Open a terminal window in the cloned project
start the backend server following the backed instructions first
To learn more about how the API works, once you have started your local environment, you can visit: http://localhost:3001/api-docs
to visualize the documentation of the second part
in the swagger editor
link : https://editor-next.swagger.io/
import the yaml file in src/swagger.YAML
To install this project you need to clone the backend repository first