https://github.com/cyril-develop/argentbank
Formation "Développeur d'application - Javascript React" - OpenClassrooms, projet 13: Utilisez une API pour un compte utilisateur bancaire avec React.
https://github.com/cyril-develop/argentbank
api api-rest react reactapi reactapplication reactjs redux redux-persist redux-thunk redux-toolkit
Last synced: 11 days ago
JSON representation
Formation "Développeur d'application - Javascript React" - OpenClassrooms, projet 13: Utilisez une API pour un compte utilisateur bancaire avec React.
- Host: GitHub
- URL: https://github.com/cyril-develop/argentbank
- Owner: Cyril-Develop
- Created: 2024-03-07T08:48:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T00:27:15.000Z (12 months ago)
- Last Synced: 2025-06-30T12:45:50.870Z (8 months ago)
- Topics: api, api-rest, react, reactapi, reactapplication, reactjs, redux, redux-persist, redux-thunk, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# Formation Développeur d'application - JavaScript React
## 📎 Projet 13 : Argent Bank - Utilisez une API pour un compte utilisateur bancaire avec React

## Installation :
Installer les dépendances dans chaque dossier avec la commande `npm install`\
Attention le backend nécessite la `version 12 de Node.js`
Créer un fichier `.env` à la racine du dossier client:
```
VITE_REACT_APP_BASE_URL = "http://localhost:3001/api/v1"
```
Créer un fichier `.env` à la racine du dossier api:
```
DATABASE_USER = "santa"
DATABASE_PASSWORD = "NqZamtCvB49XwSqI"
DATABASE_NAME = "Cluster1"
```
## Utilisateurs :
Tony Stark
First Name: Tony
Last Name: Stark
Email: tony@stark.com
Password: password123
Steve Rogers
First Name: Steve,
Last Name: Rogers,
Email: steve@rogers.com,
Password: password456
Lancer les serveurs dans chaque dossier avec la commande `npm start`
## Technologies :
- React
- Redux
- SASS

## Tester le projet :
```terminal
git clone https://github.com/Cyril-Develop/ArgentBank.git
```