mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add README
This commit is contained in:
parent
c6d3aec915
commit
6db9586fb8
22
backend/README-md
Normal file
22
backend/README-md
Normal file
@ -0,0 +1,22 @@
|
||||
# backend
|
||||
|
||||
## Project setup
|
||||
```
|
||||
yarn install
|
||||
```
|
||||
|
||||
## Seed DB
|
||||
```
|
||||
yarn seed
|
||||
```
|
||||
|
||||
## Seeded Users
|
||||
|
||||
| email | password | admin | email checked | deleted |
|
||||
|------------------------|------------|---------|---------------|---------|
|
||||
| peter@lustig.de | `Aa12345_` | `true` | `true` | `false` |
|
||||
| bibi@bloxberg.de | `Aa12345_` | `false` | `true` | `false` |
|
||||
| raeuber@hotzenplotz.de | `Aa12345_` | `false` | `true` | `false` |
|
||||
| bob@baumeister.de | `Aa12345_` | `false` | `true` | `false` |
|
||||
| garrick@ollivander.com | | `false` | `false` | `false` |
|
||||
| stephen@hawking.uk | `Aa12345_` | `false` | `true` | `true` |
|
||||
Loading…
x
Reference in New Issue
Block a user