Skip to content

MelanieSarrouy/ArgentBank_10-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo Argent Bank

ARGENT BANK: Use an API for bank's user account with React and Redux

P13 - OpenClassrooms

Creation of a web application allowing Argent Bank's customers to log in and manage their accounts and profiles.

Goals:

  • Create a complete and responsive web application with react
  • Use Redux to manage whole application's state
  • Create an API model with a swagger.yml file for website's transactions part

SwaggerHub : transactions API model

1. Technologies

2. Prerequisites

  • Git to clone repositories
  • Node.js to run yarn commands
  • Yarn to run application
  • npm to run API

3. Install and run application

Install and launch back-end

Install and launch front-end