IMPORTANT: This file is for submission purposes only. These credentials are NOT hardcoded in the codebase.
For accessing the deployed application:
- Email:
demo@example.com - Password:
demo123
- Visit the deployed application
- Click "Sign Up"
- Use the email and password above
- Complete registration
export DEMO_EMAIL="demo@example.com"
export DEMO_PASSWORD="demo123"
npx tsx scripts/create-demo-user.tsIf you have database access, you can create the user manually using Prisma Studio or SQL.
- These credentials should be created in the production database
- They are not hardcoded anywhere in the source code
- For security, consider changing the password after review
- The demo user can be deleted after evaluation if needed