Skip to content

Commit

Permalink
fix: fix typo and add default user identities
Browse files Browse the repository at this point in the history
  • Loading branch information
techerjeansebastienpro committed Nov 20, 2021
1 parent a7f3d5b commit b1f7871
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Ce projet, dit frontend, est connecté à un service API backend que vous devez
Le projet backend se trouve ici: https://github.com/OpenClassrooms-Student-Center/Billed-app-FR-back

## Organiser son espace de travail :
Pour une bonne organization, vous pouvez créer un dossier bill-app dans lequel vous allez cloner le projet backend et par la suite, le projet frontent:
Pour une bonne organization, vous pouvez créer un dossier bill-app dans lequel vous allez cloner le projet backend et par la suite, le projet frontend:

Clonez le projet backend dans le dossier bill-app :
```
Expand Down Expand Up @@ -34,7 +34,7 @@ bill-app/

Suivez les indications dans le README du projet backend.

### étape 2 - Lancer le frontent :
### étape 2 - Lancer le frontend :

Allez au repo cloné :
```
Expand Down Expand Up @@ -78,4 +78,17 @@ $jest src/__tests__/your_test_file.js

`http://127.0.0.1:8080/coverage/lcov-report/`

## Comptes et utilisateurs :

Vous pouvez vous connecter en utilisant les comptes:

### administrateur :
```
utilisateur : [email protected]
mot de passe : admin
```
### employé :
```
utilisateur : [email protected]
mot de passe : employee
```

0 comments on commit b1f7871

Please sign in to comment.