From 21197365ff5af49365b8d6b203aa993b21073a47 Mon Sep 17 00:00:00 2001 From: Luke Bunselmeyer Date: Tue, 9 May 2023 09:45:07 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 856fbfe..b9eb9b1 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,9 @@ npx prisma migrate deploy 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 @@ -85,6 +87,8 @@ Note: The db schema, migrations, and seed steps are located in the [prisma](pris 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 Run unit tests