-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix typo and add default user identities
- Loading branch information
1 parent
a7f3d5b
commit b1f7871
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 : | ||
``` | ||
|
@@ -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é : | ||
``` | ||
|
@@ -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 | ||
``` |