Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlexeyn committed Dec 9, 2024
1 parent 2a1bbc1 commit ae3d135
Showing 1 changed file with 36 additions and 11 deletions.
47 changes: 36 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,56 @@
- Администратор
```json
{
"email": "[email protected]",
"password": "admin123"
"email": "[email protected]",
"password": "AdminPass123"
}
```

- Заказчик
```json
{
"email": "[email protected]",
"password": "CustPass123"
}
```

- Прораб
```json
{
"email": "maria.smirnova@example.com",
"password": "securepassword1"
"email": "foreman1@example.com",
"password": "ForemanPass123"
}
```

- Работник
- Работник 1
```json
{
"email": "dmitry.kuznetsov@example.com",
"password": "securepassword2"
"email": "worker1@example.com",
"password": "WorkerPass123"
}
```

- Заказчик
- Работник 2
```json
{
"email": "alex.sidorov@example.com",
"password": "securepassword3"
"email": "worker2@example.com:",
"password": "WorkerPass456"
}
```
```

- Работник 3
```json
{
"email": "[email protected]:",
"password": "WorkerPass789"
}
```

- Работник 4
```json
{
"email": "[email protected]",
"password": "MysticWolf2024!"
}
```

0 comments on commit ae3d135

Please sign in to comment.