Red-Moon-Software-Apprenticeship / redmoon-console

The marketing site, customer relationship management, and apprentice management software for Red Moon
https://redmoon-console.vercel.app
19 stars 10 forks source link

[Open] Seed Users #9

Closed mfong4151 closed 1 year ago

mfong4151 commented 1 year ago

It would be helpful to be able to seed users to the database. Here's a general guide of how to do that: https://www.prisma.io/docs/guides/migrate/seed-database

We should have at least one demo user, mainly so that contributors can see features that are locked behind a profile.

I will be implementing basic user authentication in the next couple days, because we're using Prisma, we probably need to work with some version of the schema that can be found here: https://next-auth.js.org/v3/adapters/prisma.

mfong4151 commented 1 year ago

Resolved in my latest PR. Other improvements are still welcome.