Review and rate people based upon their driving. It's all tied to the license plate and state for each vehicle.
- Next.js 16
- Postgres
- Drizzle ORM
- Better Auth
- Tailwind, ShadcnUI
npm run db:push- drizzle push schema migration to databasenpm run db:studio- runs drizzle studionpm run db:generate- creates migration sql statement in./drizzlenpm run db:migrate- applies migration sql statementsnpm run test-production- creates a production build and runs it
- DATABASE_URL={postgres connection string}
- NODE_ENV={development or production}
- BETTER_AUTH_SECRET={generated secret}
- BETTER_AUTH_URL={https://hosteddomain.com for example}
- GITHUB_CLIENT_ID={github oauth client id}
- GITHUB_CLIENT_SECRET={github oauth client secret}
- DISCORD_CLIENT_ID={discord oauth client id}
- DISCORD_CLIENT_SECRET={discord oauth client secret}
- GOOGLE_CLIENT_ID={google oauth client id}
- GOOGLE_CLIENT_SECRET={google oauth client secret}





