DatabaseMigrationsAn overview of the database setup and management using Prisma.Prisma Format prisma file npx prisma format Generate artifacts (e.g. Prisma Client) npx prisma generate Migrate your database, create migration npx prisma migrate dev Migrate for production npx prisma migrate deploy Reset your database npx prisma migrate reset Seeds Run seeding npx prisma db seedVS Code SetupAn overview of the project's VS Code setup and configuration.S3 StorageConfigure and use S3-backed file uploads with presigned URLs.