Generated Data

๐Ÿ‘จโ€๐Ÿ’ผ It's nice to have our hard-coded user that we can rely on during development, but it would be nice to have more data, so let's generate it!
For this first exercise, use faker to generate fake data for one additional user.
The emoji should help you out here. Also, you should probably keep the Faker API Reference documentation open.
๐Ÿจ When you're done, seed the database:
npx prisma db seed
๐Ÿจ And then open up the Prisma Studio to see your generated data:
npx prisma studio

Purchase Required

You must purchase the workshop to view the diff.