Update README.md
This commit is contained in:
parent
ae542cca8b
commit
21197365ff
@ -77,7 +77,9 @@ npx prisma migrate deploy
|
|||||||
npx prisma db seed
|
npx prisma db seed
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: The db schema, migrations, and seed steps are located in the [prisma](prisma) folder.
|
Notes:
|
||||||
|
- Seeding adds a testuser account and imports stations from a remote json content source.
|
||||||
|
- The db schema, migrations, and seed steps are located in the [prisma](prisma) folder.
|
||||||
|
|
||||||
### Running
|
### Running
|
||||||
|
|
||||||
@ -85,6 +87,8 @@ Note: The db schema, migrations, and seed steps are located in the [prisma](pris
|
|||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: If you have not seeded the DB, then you'll need to create an user account to a content source to import stations.
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
Run unit tests
|
Run unit tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user